Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,13 @@ You can install micro using Homebrew on Mac:
brew install micro
```

On Debian Linux, you can install micro through [snap](https://snapcraft.io/docs/core/install)
On Debian systems, you can install micro via apt:

```
snap install micro --classic
apt install micro
```

Homebrew and snap are the two "officially" maintained package manager distributions of micro.
Homebrew and apt are the two "officially" maintained package manager distributions of micro.

Micro is also available through other package managers on Linux such as AUR, Nix, and package managers
for other operating systems:
Expand Down