mirror of
https://github.com/Hopiu/micro.git
synced 2026-04-27 09:34:43 +00:00
Update readme
This commit is contained in:
parent
e643860e3d
commit
107a6f877b
1 changed files with 9 additions and 0 deletions
|
|
@ -62,6 +62,15 @@ and you'll see all the stable releases with the corresponding binaries.
|
|||
|
||||
If you'd like to see more information after installing micro, run `micro -version`.
|
||||
|
||||
##### Homebrew
|
||||
|
||||
You can also install micro using Homebrew:
|
||||
|
||||
```
|
||||
$ brew tap zyedidia/micro
|
||||
$ brew install micro
|
||||
```
|
||||
|
||||
### Building from source
|
||||
|
||||
If your operating system does not have binary, but does run Go, you can build from source.
|
||||
|
|
|
|||
Loading…
Reference in a new issue