From ff4ebd38aa7d5316418979e7256048638eae9ed0 Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Thu, 16 Feb 2017 13:10:29 -0800 Subject: updating readme --- README.md | 14 ++------------ 1 file 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 -- cgit v1.2.3