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
0d4f85304b
commit
357c4b0fcd
1 changed files with 8 additions and 3 deletions
11
README.md
11
README.md
|
|
@ -107,13 +107,18 @@ You can install micro using Homebrew on Mac:
|
|||
brew install micro
|
||||
```
|
||||
|
||||
On Debian systems, you can install micro via apt:
|
||||
On Linux, you can install micro through [snap](https://snapcraft.io/docs/core/install)
|
||||
|
||||
```
|
||||
apt install micro
|
||||
snap install micro --classic
|
||||
```
|
||||
|
||||
Homebrew and apt are the two "officially" maintained package manager distributions of micro.
|
||||
On Debian `unstable | testing | buster-backports` and Ubuntu `focal` (20.04), micro is available
|
||||
via `apt`:
|
||||
|
||||
```
|
||||
sudo apt install micro
|
||||
```
|
||||
|
||||
Micro is also available through other package managers on Linux such as AUR, Nix, and package managers
|
||||
for other operating systems:
|
||||
|
|
|
|||
Loading…
Reference in a new issue