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
commit b2e323adb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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