README Update (#530)

* README.ja.md Update

Add Update steps

* Update README.ja.md

* Update README.ja.md

* README.md update

Add Update steps
This commit is contained in:
nakacya
2017-10-30 13:24:46 +09:00
committed by Kota Kanbe
parent 5c84ebefab
commit ab68ad5cc5
2 changed files with 19 additions and 0 deletions

View File

@@ -340,9 +340,19 @@ $ git clone https://github.com/future-architect/vuls.git
$ cd vuls
$ make install
```
The binary was built under `$GOPATH/bin`
もしもインストールプロセスが途中で止まる場合は、Out of memory errorが発生している可能性があるので、インスタンスタイプを大きくして再実行してみてください。
もし、あなたが以前にvulsをインストールしていて update をする場合は以下を実施してください。
```
$ rm -rf $GOPATH/pkg/linux_amd64/github.com/future-architect/vuls/
$ rm -rf $GOPATH/src/github.com/future-architect/vuls/
$ git clone https://github.com/future-architect/vuls.git
$ cd vuls
$ make install
```
## Step6. Config
Vulsの設定ファイルを作成するTOMLフォーマット

View File

@@ -349,6 +349,15 @@ $ git clone https://github.com/future-architect/vuls.git
$ cd vuls
$ make install
```
If you have previously installed vuls and want to update, please do the following
```
$ rm -rf $GOPATH/pkg/linux_amd64/github.com/future-architect/vuls/
$ rm -rf $GOPATH/src/github.com/future-architect/vuls/
$ git clone https://github.com/future-architect/vuls.git
$ cd Vuls
$ make install
```
The binary was built under `$GOPATH/bin`
If the installation process stops halfway, try increasing the instance type of EC2. An out of memory error may have occurred.