Simplify go get command

This commit is contained in:
aerth 2016-05-31 21:23:48 -07:00
parent cd6389c49e
commit ccd3050361
No known key found for this signature in database
GPG key ID: EBC461F686385D5C

View file

@ -68,7 +68,7 @@ To run the micro binary just run `./bin/micro` (you probably want to place the b
Make sure that you have Go version 1.4 or greater.
```sh
go get -u github.com/zyedidia/micro/cmd/micro
go get -u github.com/zyedidia/micro/...
```
### Clipboard support