diff options
author | Petter Rodhelind <petter.rodhelind@gmail.com> | 2018-02-24 13:41:48 +0100 |
---|---|---|
committer | Petter Rodhelind <petter.rodhelind@gmail.com> | 2018-02-24 13:41:48 +0100 |
commit | 0c01d0c689183a8d479339e8b69e49de439a92e6 (patch) | |
tree | ecaf5ff5a8102578ead2e271931d4b079dbf3bdb /README.md | |
parent | aeeeb474496b039ebd978f4edaf4837726943768 (diff) | |
download | poe-0c01d0c689183a8d479339e8b69e49de439a92e6.tar.gz poe-0c01d0c689183a8d479339e8b69e49de439a92e6.tar.bz2 poe-0c01d0c689183a8d479339e8b69e49de439a92e6.zip |
Add install and bugs to readme.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -5,3 +5,15 @@ My very own [acme](http://acme.cat-v.org/)-inspired terminal text editor. Because everything else is Not Invented Here. ![poe](./poe.png) + +## Install + +You need [Go](https://golang.org/). Then: + +`go get -u github.com/prodhe/poe` + +Binary distribution may or not be available. As of now, the source should do just fine. + +## Bugs + +Endless. As of now, it is in constant development and things may (and will) break unannounced. Do not use for production. |