Skip to content

Commit 650c0a8

Browse files
authored
Update README.md to include nix install and flox install (zyedidia#3340)
* Update README.md to include nix install and flox install * Update README to indent Linux install section
1 parent bad1a4b commit 650c0a8

File tree

1 file changed

+16
-10
lines changed

1 file changed

+16
-10
lines changed

README.md

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -138,25 +138,31 @@ for other operating systems. These packages are not guaranteed to be up-to-date.
138138

139139
<!-- * `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. -->
140140

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)
153+
* `flox install micro` (with [Flox](https://flox.dev))
150154
* Windows: [Chocolatey](https://chocolatey.org) and [Scoop](https://github.com/lukesampson/scoop).
151155
* `choco install micro`.
152156
* `scoop install micro`.
153157
* OpenBSD: Available in the ports tree and also available as a binary package.
154158
* `pkd_add -v micro`.
155159
* NetBSD, macOS, Linux, Illumos, etc. with [pkgsrc](http://www.pkgsrc.org/)-current:
156160
* `pkg_add micro`
157-
* macOS: Available in package managers.
161+
* macOS: Available in package managers.
158162
* `sudo port install micro` (with [MacPorts](https://www.macports.org))
159163
* `brew install micro` (with [Homebrew](https://brew.sh/))
164+
* `nix profile install nixpkgs#micro` (with [Nix](https://nixos.org/) and flakes enabled)
165+
* `flox install micro` (with [Flox](https://flox.dev))
160166

161167
**Note for Linux desktop environments:**
162168

0 commit comments

Comments
 (0)