From 36e83a46e4b95f78453df7db2697870e86ee3b45 Mon Sep 17 00:00:00 2001 From: Utkarsh Gupta Date: Wed, 12 Feb 2020 07:45:07 +0530 Subject: [PATCH 1/2] Update installation instruction on Debian systems --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9b4cff4f..9f6cd16c 100644 --- a/README.md +++ b/README.md @@ -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: From 357c4b0fcdb684947591e0b7b9e924ad2b53c990 Mon Sep 17 00:00:00 2001 From: Zachary Yedidia Date: Wed, 12 Feb 2020 14:26:17 -0500 Subject: [PATCH 2/2] Update readme --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 48a371d6..3273dcf9 100644 --- a/README.md +++ b/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: