diff --git a/README.md b/README.md index c26a454a..367117f7 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ Fetch vulnerability data from NVD. It takes about 10 minutes (on AWS). ```bash -$ for i in {2002..2016}; do ./go-cve-dictionary fetchnvd -years $i; done +$ for i in {2002..2016}; do go-cve-dictionary fetchnvd -years $i; done ... snip ... $ ls -alh cve.sqlite3 -rw-r--r-- 1 ec2-user ec2-user 7.0M Mar 24 13:20 cve.sqlite3