]> git.lizzy.rs Git - micro.git/commitdiff
Add installation script instructions to readme
authorZachary Yedidia <zyedidia@gmail.com>
Tue, 31 Oct 2017 20:16:57 +0000 (16:16 -0400)
committerZachary Yedidia <zyedidia@gmail.com>
Tue, 31 Oct 2017 20:16:57 +0000 (16:16 -0400)
README.md

index 661381c331cc2a4fa19d2bf471444cd1c6d09415..698c32d660bf2ebacbc2386056bb31a4e47a68f0 100644 (file)
--- a/README.md
+++ b/README.md
@@ -69,7 +69,19 @@ and you'll see all the stable releases with the corresponding binaries.
 
 If you'd like to see more information after installing micro, run `micro -version`.
 
-### Package Managers
+### Installation script
+
+There is a great script which can install micro for you by downloading the latest prebuilt binary. You can find it at https://getmic.ro (the github repo for it is [here](https://github.com/benweissmann/getmic.ro)).
+
+Then you can easily install micro:
+
+    $ curl https://getmic.ro | bash
+
+The script will install the micro binary to the current directory.
+
+See the [Github page](https://github.com/benweissmann/getmic.ro) for more information.
+
+### Package managers
 
 You can install micro using Homebrew on Mac: