From f3c06890ddd476d77238fff2c83b2c6ff18dfbf5 Mon Sep 17 00:00:00 2001 From: Kota Kanbe Date: Thu, 16 Jun 2016 01:01:07 +0900 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 45bdefc0..c25a15dd 100644 --- a/README.md +++ b/README.md @@ -774,14 +774,14 @@ If an error occurred while go get, try deploying with glide. - Deploy go-cve-dictionary ``` $ go get -d github.com/kotakanbe/go-cve-dictionary -$ cd $GOPARH/src/github.com/kotakanbe/go-cve-dictinary +$ cd $GOPATH/src/github.com/kotakanbe/go-cve-dictionary $ glide install $ go install ``` - Deploy vuls ``` $ go get -d github.com/future-architect/vuls -$ cd $GOPARH/src/github.com/future-architect/vuls +$ cd $GOPATH/src/github.com/future-architect/vuls $ glide install $ go install ```