]> git.lizzy.rs Git - micro.git/blobdiff - README.md
Fix windows binary links
[micro.git] / README.md
index df221de07651eb7037f0176223a01aa944c2194b..c7d73b325d00331040bd2c2fe4421547ad52d425 100644 (file)
--- a/README.md
+++ b/README.md
@@ -45,13 +45,9 @@ brew install --devel micro
 Micro is devel-only for now because there is no released version.
 
 ### Prebuilt binaries
-
-| Download |
-| --- |
-| [Mac OS X](http://zbyedidia.webfactional.com/micro/binaries/micro-osx.tar.gz) |
-| [64 bit Linux](http://zbyedidia.webfactional.com/micro/binaries/micro-linux64.tar.gz) |
-| [32 bit Linux](http://zbyedidia.webfactional.com/micro/binaries/micro-linux32.tar.gz) |
-| [Arm Linux](http://zbyedidia.webfactional.com/micro/binaries/micro-linux-arm.tar.gz) |
+| 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)
 
 To run the micro binary just run `./bin/micro` (you may want to place the binary on your path for ease of use).
 
@@ -99,7 +95,7 @@ You can move the cursor around with the arrow keys and mouse.
 * Ctrl-c:   Copy
 * Ctrl-x:   Cut
 * Ctrl-v:   Paste
-* Ctrl-h:   Open help
+* Ctrl-g:   Open help
 * Ctrl-u:   Half page up
 * Ctrl-d:   Half page down
 * PageUp:   Page up
@@ -111,6 +107,10 @@ You can move the cursor around with the arrow keys and mouse.
 You can also use the mouse to manipulate the text. Simply clicking and dragging will select text. You can also double click
 to enable word selection, and triple click to enable line selection.
 
+You can also run `$ micro -version` to get the version number. Since there is no release, this just gives you the
+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.
+
 # Configuration
 
 Configuration directory: