Update README

This commit is contained in:
Kota Kanbe
2016-10-13 16:14:05 +09:00
parent 1986f7e4dd
commit 8d2180cf5a
3 changed files with 9 additions and 9 deletions

View File

@@ -123,14 +123,14 @@ Vulsセットアップに必要な以下のソフトウェアをインストー
- SQLite3
- git
- gcc
- go v1.6 or later
- go v1.7.1 or later
- https://golang.org/doc/install
```bash
$ ssh ec2-user@52.100.100.100 -i ~/.ssh/private.pem
$ sudo yum -y install sqlite git gcc
$ wget https://storage.googleapis.com/golang/go1.6.linux-amd64.tar.gz
$ sudo tar -C /usr/local -xzf go1.6.linux-amd64.tar.gz
$ wget https://storage.googleapis.com/golang/go1.7.1.linux-amd64.tar.gz
$ sudo tar -C /usr/local -xzf go1.7.1.linux-amd64.tar.gz
$ mkdir $HOME/go
```
/etc/profile.d/goenv.sh を作成し、下記を追加する。