Update README.md

This commit is contained in:
Kota Kanbe
2016-06-16 01:05:32 +09:00
committed by GitHub
parent f3c06890dd
commit a9aca94848

View File

@@ -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