Skip to content

Commit d6c7d3e

Browse files
committed
fix misleading instructions
1 parent 60128e3 commit d6c7d3e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ pp!yy0.(*yy0?ww.ww?x.(new pp in pp!yy1.(*yy1?ww.x!ww.O)))
3131

3232
## Installation
3333

34-
### Prerequisites
34+
Install Go >= 1.11, and then run the following command:
3535

36-
* Go >= 1.11
37-
* goyacc: Install by running `go install golang.org/x/tools/cmd/goyacc`
36+
```sh
37+
go get -u github.com/nekketsuuu/lambda2pi
38+
```
3839

39-
### Manual Build
40+
### Manual Installation
4041

4142
```sh-session
42-
$ go get -u github.com/nekketsuuu/lambda2pi
4343
$ # cd to $GOPATH/src/github.com/nekketsuuu/lambda2pi
4444
$ go generate
4545
$ go build

0 commit comments

Comments
 (0)