From a9aca9484886f4d8f1931dc706bcbcb15e83ceb6 Mon Sep 17 00:00:00 2001 From: Kota Kanbe Date: Thu, 16 Jun 2016 01:05:32 +0900 Subject: [PATCH] Update README.md --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index c25a15dd..eb1170b5 100644 --- a/README.md +++ b/README.md @@ -787,6 +787,28 @@ $ go install ``` - The binaries are created under $GOPARH/bin +---- + +# Update Vuls With Glide + +- Update go-cve-dictionary +``` +$ cd $GOPATH/src/github.com/kotakanbe/go-cve-dictionary +$ git pull +$ glide install +$ go install +``` + +- Update vuls +``` +$ cd $GOPATH/src/github.com/future-architect/vuls +$ git pull +$ glide install +$ go install +``` +- The binaries are created under $GOPARH/bin +- If the DB schema was changed, please specify new SQLite3 DB file. + --- # Misc