mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-30 14:47:16 +09:00
Add micro snap install instructions
Adds the simple command line install instructions for snap enabled systems.
This commit is contained in:
@@ -81,6 +81,12 @@ On Windows, you can install micro through Chocolatey:
|
|||||||
choco install micro
|
choco install micro
|
||||||
```
|
```
|
||||||
|
|
||||||
|
On Linux, you can install micro through [snap](https://snapcraft.io/docs/core/install)
|
||||||
|
|
||||||
|
```
|
||||||
|
snap install micro --beta
|
||||||
|
```
|
||||||
|
|
||||||
### Building from source
|
### Building from source
|
||||||
|
|
||||||
If your operating system does not have a binary release, but does run Go, you can build from source.
|
If your operating system does not have a binary release, but does run Go, you can build from source.
|
||||||
|
|||||||
Reference in New Issue
Block a user