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

Fix install instructions

This commit is contained in:
Grazfather 2018-05-29 09:32:37 -07:00 committed by Chris Cummer
parent 30428ec3a4
commit 94b9b57c35

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
```