aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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