mirror of
https://github.com/Hopiu/micro.git
synced 2026-04-23 07:34:44 +00:00
Merge pull request #639 from popey/patch-2
Add micro snap install instructions
This commit is contained in:
commit
5c3d9db5c9
1 changed files with 6 additions and 0 deletions
|
|
@ -81,6 +81,12 @@ On Windows, you can install micro through Chocolatey:
|
|||
choco install micro
|
||||
```
|
||||
|
||||
On Linux, you can install micro through [snap](https://snapcraft.io/docs/core/install)
|
||||
|
||||
```
|
||||
snap install micro --beta
|
||||
```
|
||||
|
||||
### Building from source
|
||||
|
||||
If your operating system does not have a binary release, but does run Go, you can build from source.
|
||||
|
|
|
|||
Loading…
Reference in a new issue