aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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