Skip to content

Commit 21b9d79

Browse files
committed
Merge pull request #139 from redspread/fix-readme
Fixed mistakes in README
2 parents 840acf9 + 9011a52 commit 21b9d79

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Spread is under open, active development. New features will be added regularly o
2121
See our [philosophy](./philosophy.md) for more on our mission and values.
2222

2323
##Requirements
24-
* Running Kubernetes cluster (<a href="https://blog.redspread.com/2016/02/04/google-container-engine-quickstart/">remote</a> or <a href="https://github.com/redspread/localkube>local</a>)
24+
* Running Kubernetes cluster (<a href="https://blog.redspread.com/2016/02/04/google-container-engine-quickstart/">remote</a> or <a href="https://github.com/redspread/localkube">local</a>)
2525
* [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
2626
* [Go](https://golang.org/doc/install) (v 1.6)
2727

@@ -51,7 +51,8 @@ Spread makes it easy to set up and iterate with [localkube](https://github.com/r
5151

5252
(Note: For Mac and Windows users, the fastest way to install everything above is [Docker Toolbox](https://www.docker.com/products/docker-toolbox).)
5353

54-
**Get started:**
54+
**Get started:**
55+
5556
1. Create a machine called dev: `docker-machine create --driver virtualbox dev`
5657
2. Start your docker-machine: `docker-machine start dev`
5758
3. Connect to the docker daemon: `eval "$(docker-machine env dev)"`

0 commit comments

Comments
 (0)