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

Update install instructions in readme

This commit is contained in:
Chris Cummer
2018-06-01 22:52:32 -07:00
parent fd0c79acbf
commit 63299a701e
5 changed files with 9 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ There are two ways to install WTF:
Get this repo and install the dependencies:
```bash
go get github.com/senorprogrammer/wtf
go get -u github.com/senorprogrammer/wtf
cd $GOPATH/src/github.com/senorprogrammer/wtf
make install
make run