mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-26 02:40:30 +00:00
Merge pull request #153 from aerth/simplify-go-get
Simplify go get command
This commit is contained in:
commit
98b006d0be
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue