mirror of
https://github.com/Hopiu/micro.git
synced 2026-04-29 10:34:43 +00:00
Update readme
This commit is contained in:
parent
be8124154b
commit
641d188997
1 changed files with 2 additions and 0 deletions
|
|
@ -99,6 +99,8 @@ cd $GOPATH/src/github.com/zyedidia/micro
|
|||
make install
|
||||
```
|
||||
|
||||
Please make sure that when you are working with micro's code, you are working on your `GOPATH`.
|
||||
|
||||
The binary will then be installed to `$GOPATH/bin` (or your `$GOBIN`).
|
||||
|
||||
You can install directly with `go get` (`go get -u github.com/zyedidia/micro/cmd/micro`) but this isn't recommended because it doesn't build micro with version information which is useful for the plugin manager.
|
||||
|
|
|
|||
Loading…
Reference in a new issue