From 445ffc4123a0f3e86bb513e29df6d7210e8561d5 Mon Sep 17 00:00:00 2001 From: nnao45 Date: Tue, 14 Nov 2017 17:05:12 +0900 Subject: [PATCH] Update README.md (#542) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d90017e330..ba323e2afc 100644 --- a/README.md +++ b/README.md @@ -354,7 +354,7 @@ $ rm -rf $GOPATH/pkg/linux_amd64/github.com/future-architect/vuls/ $ rm -rf $GOPATH/src/github.com/future-architect/vuls/ $ cd $GOPATH/src/github.com/future-architect $ git clone https://github.com/future-architect/vuls.git -$ cd Vuls +$ cd vuls $ make install ```