1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Merge pull request #67 from Grazfather/patch-1

Fix install instructions
This commit is contained in:
Chris Cummer
2018-05-29 10:27:12 -07:00
committed by GitHub

View File

@@ -18,7 +18,7 @@ package).
```bash
go get github.com/senorprogrammer/wtf
cd $GOPATH/github.com/senorprogrammer/wtf
cd $GOPATH/src/github.com/senorprogrammer/wtf
make install
make run
```