From 19b20a7a5fa093c71b11a65b99347b33a45e23d9 Mon Sep 17 00:00:00 2001 From: Daniel Byron <=> Date: Tue, 21 Jul 2015 00:15:06 +1000 Subject: Updated readme and todo --- README.md | 11 +++++++++++ TODO.md | 10 ++++++++++ 2 files changed, 21 insertions(+) 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 -- cgit v1.2.3