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

Fix instructions

Missing src intermediate directory
On branch fix-setup-docs - Mon 28 May 2018 14:51:21 PDT by Geoff Lee <geofflee25@gmail.com>
This commit is contained in:
Geoff Lee
2018-05-28 14:51:21 -07:00
committed by Chris Cummer
parent 51915525b1
commit 84eb9a4203
9 changed files with 11 additions and 13 deletions

View File

@@ -12,8 +12,7 @@ Get this repo and install the dependencies:
```bash
go get github.com/senorprogrammer/wtf
cd $GOPATH/github.com/senorprogrammer/wtf
go get ./...
cd $GOPATH/src/github.com/senorprogrammer/wtf
make install
make run
```

View File

@@ -63,7 +63,7 @@ git:
refreshInterval: 8
repositories:
- "/Users/chris/go/src/github.com/senorprogrammer/wtf"
- "/Users/chris/Documents/Lendesk/fakeapp"
- "/Users/user/fakeapp"
```
### Attributes

View File

@@ -39,7 +39,7 @@ jira:
left: 1
height: 1
width: 2
project: "CORE"
project: "JIRA"
refreshInterval: 900
username: "chris.cummer"
```