You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-10Lines changed: 16 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -138,25 +138,31 @@ for other operating systems. These packages are not guaranteed to be up-to-date.
138
138
139
139
<!-- * `apt install micro` (Ubuntu 20.04 `focal`, and Debian `unstable | testing | buster-backports`). At the moment, this package (2.0.1-1) is outdated and has a known bug where debug mode is enabled. -->
140
140
141
-
* Linux: Available in distro-specific package managers.
142
-
*`dnf install micro` (Fedora).
143
-
*`apt install micro` (Ubuntu and Debian).
144
-
*`pacman -S micro` (Arch Linux).
145
-
*`emerge app-editors/micro` (Gentoo).
146
-
*`zypper install micro-editor` (SUSE)
147
-
*`eopkg install micro` (Solus).
148
-
*`pacstall -I micro` (Pacstall).
149
-
* See [wiki](https://github.com/zyedidia/micro/wiki/Installing-Micro) for details about CRUX, Termux.
141
+
* Linux:
142
+
* distro-specific package managers:
143
+
* `dnf install micro` (Fedora).
144
+
* `apt install micro` (Ubuntu and Debian).
145
+
* `pacman -S micro` (Arch Linux).
146
+
* `emerge app-editors/micro` (Gentoo).
147
+
* `zypper install micro-editor` (SUSE)
148
+
* `eopkg install micro` (Solus).
149
+
* `pacstall -I micro` (Pacstall).
150
+
* See [wiki](https://github.com/zyedidia/micro/wiki/Installing-Micro) for details about CRUX, Termux.
151
+
* distro-agnostic package managers:
152
+
*`nix profile install nixpkgs#micro` (with [Nix](https://nixos.org/) and flakes enabled)
0 commit comments