mirror of
https://github.com/Hopiu/micro.git
synced 2026-05-01 11:34:42 +00:00
Simplify go get command
This commit is contained in:
parent
cd6389c49e
commit
ccd3050361
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