From 917e2922a1c3e1480bda25647a08a46b1d8a0cfa Mon Sep 17 00:00:00 2001 From: Zachary Yedidia Date: Tue, 25 Feb 2020 20:40:57 -0500 Subject: [PATCH] Update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e96d7bbb..240b0e89 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ Running `micro -version` will give you the version information. There is a script which can install micro for you by downloading the latest prebuilt binary. You can find it at . -Then you can easily install micro: +You can easily install micro by running ```bash curl https://getmic.ro | bash @@ -128,6 +128,8 @@ for other operating systems: * `scoop install micro` * OpenBSD: Available in the ports tree and also available as a binary package * `pkd_add -v micro` +* Arch Linux, CRUX, Termux for Android + * See details in the [wiki page](https://github.com/zyedidia/micro/wiki/Installing-Micro) ### Building from source