From a29b2a2ad917e0248cc8066e68ba1fc3048f7ad8 Mon Sep 17 00:00:00 2001 From: Kota Kanbe Date: Fri, 3 Jun 2016 09:14:49 +0900 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 3222be92..740b0454 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,10 @@ $ sudo chmod 700 /var/log/vuls $ go get github.com/kotakanbe/go-cve-dictionary ``` +If an error occurred while go get, check the following points. +- Update Git +- try [deploying with glide](https://github.com/future-architect/vuls/blob/master/README.md#deploy-with-glide). + Fetch vulnerability data from NVD. It takes about 10 minutes (on AWS). @@ -161,6 +165,10 @@ go get $ go get github.com/future-architect/vuls ``` +If an error occurred while go get, check the following points. +- Update Git +- try [deploying with glide](https://github.com/future-architect/vuls/blob/master/README.md#deploy-with-glide). + ## Step6. Config Create a config file(TOML format).