aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Byron <=>2015-07-21 00:15:06 +1000
committerDaniel Byron <=>2015-07-21 00:15:06 +1000
commit19b20a7a5fa093c71b11a65b99347b33a45e23d9 (patch)
treeb9da8bd6eba4b39976c4786cfbe2b59bbf4a41e2
parentFixed minimum size for random stripe generation (diff)
downloadschemer2-19b20a7a5fa093c71b11a65b99347b33a45e23d9.tar.xz
schemer2-19b20a7a5fa093c71b11a65b99347b33a45e23d9.zip
Updated readme and todo
-rw-r--r--README.md11
-rw-r--r--TODO.md10
2 files changed, 21 insertions, 0 deletions
diff --git a/README.md b/README.md
index 480ee1f..bf7452b 100644
--- a/README.md
+++ b/README.md
@@ -9,8 +9,19 @@ Schemer2
### Short version
+If you already have Go installed and configured:
+
> go get github.com/thefryscorer/schemer2
+### Less Short Version
+
+This method doesn't require a GOPATH, but it is recommended that you configure one.
+
+- Install Go
+- Clone this repository
+- Run 'go build' inside directory with main.go file to build binary
+- Run newly created binary from the command line
+
### Long Version
#### Installing and configuring Go
diff --git a/TODO.md b/TODO.md
index 702cae7..b6f86e6 100644
--- a/TODO.md
+++ b/TODO.md
@@ -10,3 +10,13 @@
+ Plain text
- Write more tests and find existing or write configurations for terminals to test against
+
+
+# "Would be nice"
+
+- Vim colorscheme input/output
+
+# "Maybe"
+
+- Include pre-compiled binaries for Linux, Mac and Windows
+- Separate install instructions into INSTALL.md