Skip to content

Commit

Permalink
Rename Makefile to GNUmakefile #313
Browse files Browse the repository at this point in the history
  • Loading branch information
kotakanbe committed Feb 15, 2017
1 parent c05d8a3 commit ab0388e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
File renamed without changes.
3 changes: 2 additions & 1 deletion README.ja.md
Expand Up @@ -126,12 +126,13 @@ Vulsセットアップに必要な以下のソフトウェアをインストー
- SQLite3 or MySQL
- git
- gcc
- GNU Make
- go v1.7.1 or later (The latest version is recommended)
- https://golang.org/doc/install

```bash
$ ssh ec2-user@52.100.100.100 -i ~/.ssh/private.pem
$ sudo yum -y install sqlite git gcc
$ sudo yum -y install sqlite git gcc make
$ 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
Expand Down
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -131,12 +131,13 @@ Vuls requires the following packages.
- SQLite3 or MySQL
- git
- gcc
- GNU Make
- go v1.7.1 or later (The latest version is recommended)
- https://golang.org/doc/install

```bash
$ ssh ec2-user@52.100.100.100 -i ~/.ssh/private.pem
$ sudo yum -y install sqlite git gcc
$ sudo yum -y install sqlite git gcc make
$ 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
Expand Down

0 comments on commit ab0388e

Please sign in to comment.