From b6899ce461eadf8ebd660461a6ebd4cdd3d325e9 Mon Sep 17 00:00:00 2001 From: Kota Kanbe Date: Fri, 3 Jun 2016 09:08:37 +0900 Subject: [PATCH] Update README.md --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index efab9cad..3222be92 100644 --- a/README.md +++ b/README.md @@ -737,6 +737,28 @@ $ go-cve-dictionary fetchnvd -last2y ---- +# Deploy With Glide + +If an error occurred while go get, try deploying with glide. +- Install [Glide](https://github.com/bumptech/glide) +- Deploy go-cve-dictionary +``` +$ go get -d github.com/kotakanbe/go-cve-dictionary +$ cd $GOPARH/src/github.com/kotakanbe/go-cve-dictinary +$ glide install +$ go install +``` +- Deploy vuls +``` +$ go get -d github.com/future-architect/vuls +$ cd $GOPARH/src/github.com/future-architect/vuls +$ glide install +$ go install +``` +- The binaries are created under $GOPARH/bin + +--- + # Misc - Unable to go get vuls