Update readme

This commit is contained in:
Zachary Yedidia 2020-02-25 20:40:57 -05:00
parent 59e8f3aa3e
commit 917e2922a1

View File

@ -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 <https://getmic.ro>. There is a script which can install micro for you by downloading the latest prebuilt binary. You can find it at <https://getmic.ro>.
Then you can easily install micro: You can easily install micro by running
```bash ```bash
curl https://getmic.ro | bash curl https://getmic.ro | bash
@ -128,6 +128,8 @@ for other operating systems:
* `scoop install micro` * `scoop install micro`
* OpenBSD: Available in the ports tree and also available as a binary package * OpenBSD: Available in the ports tree and also available as a binary package
* `pkd_add -v micro` * `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 ### Building from source