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

Improve the installation instructions (thanks to @matrinox)

This commit is contained in:
Chris Cummer
2018-05-25 16:03:48 -07:00
parent 52156e13b9
commit c20c8fdb9d
5 changed files with 13 additions and 20 deletions

View File

@@ -8,20 +8,15 @@ There are two ways to install WTF:
## From Source
Clone this repo:
Get this repo and install the dependencies:
```bash
git clone git@github.com:senorprogrammer/wtf.git
```
`cd` into that `wtf/` directory and run:
```bash
make dependencies
go get github.com/senorprogrammer/wtf
cd $GOPATH/github.com/senorprogrammer/wtf
go get ./...
make install
make run
```
and that should probably do it.
## As a Binary