Update READMEs

Fix typo

Fix typo in comment
This commit is contained in:
Alan Lapthorn
2017-01-30 23:13:14 +00:00
parent db0602b7b8
commit 0e3a0b64e7
5 changed files with 11 additions and 11 deletions

View File

@@ -168,7 +168,7 @@ $ git clone https://github.com/kotakanbe/go-cve-dictionary.git
$ cd go-cve-dictionary
$ make install
```
The binary was built under `$GOPARH/bin`
The binary was built under `$GOPATH/bin`
Fetch vulnerability data from NVD.
It takes about 10 minutes (on AWS).
@@ -192,7 +192,7 @@ $ git clone https://github.com/future-architect/vuls.git
$ cd vuls
$ make install
```
The binary was built under `$GOPARH/bin`
The binary was built under `$GOPATH/bin`
## Step6. Config
@@ -1224,7 +1224,7 @@ $ git pull
$ mv vendor /tmp/bar
$ make install
```
Binary file was built under $GOPARH/bin
Binary file was built under $GOPATH/bin
---