whitespace

This commit is contained in:
Victor Vrantchan
2016-05-19 21:44:42 -04:00
parent 2de3a89a8a
commit 157f1dba47

View File

@@ -62,8 +62,9 @@ A few helpful resources for getting started with Go.
* [How to write Go code](https://golang.org/doc/code.html)
* [GOPATH - go wiki page](https://github.com/golang/go/wiki/GOPATH)
To build MicroMDM you will need to install:
1. [`go`](https://golang.org/dl/) and
To build MicroMDM you will need to install:
1. [`go`](https://golang.org/dl/)
2. [`glide`](https://github.com/Masterminds/glide)
3. Set the `GOPATH` as explained above.
4. `mkdir -p $GOPATH/src/github.com/micromdm`