diff options
| author | Daniel Byron <=> | 2015-07-21 00:15:06 +1000 |
|---|---|---|
| committer | Daniel Byron <=> | 2015-07-21 00:15:06 +1000 |
| commit | 19b20a7a5fa093c71b11a65b99347b33a45e23d9 (patch) | |
| tree | b9da8bd6eba4b39976c4786cfbe2b59bbf4a41e2 | |
| parent | Fixed minimum size for random stripe generation (diff) | |
| download | schemer2-19b20a7a5fa093c71b11a65b99347b33a45e23d9.tar.xz schemer2-19b20a7a5fa093c71b11a65b99347b33a45e23d9.zip | |
Updated readme and todo
| -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 |