]> git.lizzy.rs Git - micro.git/blobdiff - README.md
simplify scrollmargins
[micro.git] / README.md
index 90f372af4c52d02f2fcf2b00ce943d29498ad896..1a5e6310330bb99f9cfea7dcab90cfaf1046d4d3 100644 (file)
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@
 > Micro is very much a work in progress
 
 Micro is a terminal-based text editor that aims to be easy to use and intuitive, while also taking advantage of the full capabilities
-of modern terminals.
+of modern terminals. It comes as one single, batteries-included, static binary with no dependencies, and you can download and use it right now.
 
 Here is a picture of micro editing its source code.
 
@@ -30,9 +30,7 @@ Here is a picture of micro editing its source code.
 * Unicode support
 * Copy and paste with the system clipboard
 * Small and simple
-* Configurable
-
-If you'd like to see what has been implemented, and what I plan on implementing soon-ish, see the [todo list](todolist.md)
+* Easily configurable
 
 # Installation
 
@@ -48,9 +46,20 @@ brew install --devel micro
 Micro is devel-only for now because there is no released version.
 
 ### Prebuilt binaries
-| Version | Mac | Linux 64 | Linux 32 | Linux Arm | Windows 64 | Windows 32 |
-| ------- | --- |---|---|---|---|---|
-| Nightly Binaries | [Mac OS X](http://zbyedidia.webfactional.com/micro/binaries/micro-osx.tar.gz) | [Linux 64](http://zbyedidia.webfactional.com/micro/binaries/micro-linux64.tar.gz) | [Linux 32](http://zbyedidia.webfactional.com/micro/binaries/micro-linux32.tar.gz) | [Linux Arm](http://zbyedidia.webfactional.com/micro/binaries/micro-linux-arm.tar.gz) | [Windows 64](http://zbyedidia.webfactional.com/micro/binaries/micro-win64.zip) | [Windows 32](http://zbyedidia.webfactional.com/micro/binaries/micro-win32.zip)
+
+Nightly binaries:
+* [Mac OS X](http://zbyedidia.webfactional.com/micro/binaries/micro-osx.tar.gz)
+* [Linux 64](http://zbyedidia.webfactional.com/micro/binaries/micro-linux64.tar.gz)
+* [Linux 32](http://zbyedidia.webfactional.com/micro/binaries/micro-linux32.tar.gz)
+* [Linux Arm](http://zbyedidia.webfactional.com/micro/binaries/micro-linux-arm.tar.gz)
+* [FreeBSD 64](http://zbyedidia.webfactional.com/micro/binaries/micro-freebsd64.tar.gz)
+* [FreeBSD 32](http://zbyedidia.webfactional.com/micro/binaries/micro-freebsd32.tar.gz)
+* [OpenBSD 64](http://zbyedidia.webfactional.com/micro/binaries/micro-openbsd64.tar.gz)
+* [OpenBSD 32](http://zbyedidia.webfactional.com/micro/binaries/micro-openbsd32.tar.gz)
+* [NetBSD 64](http://zbyedidia.webfactional.com/micro/binaries/micro-netbsd64.tar.gz)
+* [NetBSD 32](http://zbyedidia.webfactional.com/micro/binaries/micro-netbsd32.tar.gz)
+* [Windows 64](http://zbyedidia.webfactional.com/micro/binaries/micro-win64.zip)
+* [Windows 32](http://zbyedidia.webfactional.com/micro/binaries/micro-win32.zip)
 
 To run the micro binary just run `./bin/micro` (you may want to place the binary on your path for ease of use).
 
@@ -95,7 +104,7 @@ You can run `$ micro -version` to get the version number. Since there is no rele
 commit hash. The version is unknown if you built with `go get`, instead use `make install` or `make` to get a binary
 with a version number defined.
 
-#### Help text
+### Help text
 
 See the [help text](./runtime/help/help.md) for information about keybindings, editor commands, colorschemes and
 configuration options.