diff options
| -rw-r--r-- | README.md | 11 | ||||
| -rw-r--r-- | TODO.md | 10 |
2 files changed, 21 insertions, 0 deletions
@@ -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 @@ -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 |