diff options
author | Adam Mathes <adam@trenchant.org> | 2017-02-16 13:10:29 -0800 |
---|---|---|
committer | Adam Mathes <adam@trenchant.org> | 2017-02-16 13:10:29 -0800 |
commit | ff4ebd38aa7d5316418979e7256048638eae9ed0 (patch) | |
tree | edd2895325734a6ad0fd331e2d3a65b94eaf5b65 | |
parent | 597e50fc5e66a1f093beaeb345b0dfbf56c606b3 (diff) | |
download | snkt-ff4ebd38aa7d5316418979e7256048638eae9ed0.tar.gz snkt-ff4ebd38aa7d5316418979e7256048638eae9ed0.tar.bz2 snkt-ff4ebd38aa7d5316418979e7256048638eae9ed0.zip |
updating readme
-rw-r--r-- | README.md | 14 |
1 files changed, 2 insertions, 12 deletions
@@ -48,21 +48,11 @@ Add $GOPATH/bin to your PATH $ export PATH=$PATH:$GOPATH/bin -Get and install dependencies - - $ go get gopkg.in/yaml.v2 - $ go get github.com/russross/blackfriday - -Download `snkt` +Download and build `snkt` $ go get adammathes.com/snkt -Build `snkt` - - $ go build adammathes.com/snkt - - -This should download and build `snkt` and place it in $GOPATH/bin +This should download depdendencies, build `snkt` and place it in $GOPATH/bin ## Setting up a site |