Update README.md

This commit is contained in:
Kota Kanbe
2016-04-14 14:55:22 +09:00
parent 245abe5b6b
commit 929d561de8

View File

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