Skip to content

Commit bf985ba

Browse files
committed
Fixed installation instructions, use go install
1 parent 426e779 commit bf985ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55
## Install
66

7-
To install, use `go get` with `git clone`:
7+
To install, use `go install` after `git clone`:
88

99
```
1010
$ git clone [email protected]:yusukebe/revealgo.git
1111
$ cd revealgo
1212
$ git submodule update --init --recursive
13-
$ go get
13+
$ go install ./cmd/revealgo
1414
```
1515

1616
## Usage

0 commit comments

Comments
 (0)