File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Spread is under open, active development. New features will be added regularly o
2121See 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+
55561 . Create a machine called dev: ` docker-machine create --driver virtualbox dev `
56572 . Start your docker-machine: ` docker-machine start dev `
57583 . Connect to the docker daemon: ` eval "$(docker-machine env dev)" `
You can’t perform that action at this time.
0 commit comments