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).