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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user