aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Mathes <adam@trenchant.org>2017-02-16 13:10:29 -0800
committerAdam Mathes <adam@trenchant.org>2017-02-16 13:10:29 -0800
commitff4ebd38aa7d5316418979e7256048638eae9ed0 (patch)
treeedd2895325734a6ad0fd331e2d3a65b94eaf5b65
parent597e50fc5e66a1f093beaeb345b0dfbf56c606b3 (diff)
downloadsnkt-ff4ebd38aa7d5316418979e7256048638eae9ed0.tar.gz
snkt-ff4ebd38aa7d5316418979e7256048638eae9ed0.tar.bz2
snkt-ff4ebd38aa7d5316418979e7256048638eae9ed0.zip
updating readme
-rw-r--r--README.md14
1 files changed, 2 insertions, 12 deletions
diff --git a/README.md b/README.md
index a55f7ce..2c69aa3 100644
--- a/README.md
+++ b/README.md
@@ -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