mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Reverted names
This commit is contained in:
@@ -5,7 +5,7 @@ draft: false
|
||||
---
|
||||
|
||||
The following top-level attributes are configurable in `config.yml`.
|
||||
See this <a href="https://github.com/andrewzolotukhin/wtf/blob/master/_sample_configs/simple_config.yml">example config file</a> for more details.
|
||||
See this <a href="https://github.com/senorprogrammer/wtf/blob/master/_sample_configs/simple_config.yml">example config file</a> for more details.
|
||||
|
||||
```yaml
|
||||
wtf:
|
||||
|
||||
@@ -11,8 +11,8 @@ There are two ways to install WTF:
|
||||
Get this repo and install the dependencies:
|
||||
|
||||
```bash
|
||||
go get -u github.com/andrewzolotukhin/wtf
|
||||
cd $GOPATH/src/github.com/andrewzolotukhin/wtf
|
||||
go get -u github.com/senorprogrammer/wtf
|
||||
cd $GOPATH/src/github.com/senorprogrammer/wtf
|
||||
make install
|
||||
make run
|
||||
```
|
||||
@@ -23,7 +23,7 @@ and that should probably do it.
|
||||
Grab the latest version from here:
|
||||
|
||||
```bash
|
||||
https://github.com/andrewzolotukhin/wtf/releases
|
||||
https://github.com/senorprogrammer/wtf/releases
|
||||
```
|
||||
|
||||
expand it, and `cd` into the resulting directory. Then run:
|
||||
|
||||
@@ -9,7 +9,7 @@ Displays your upcoming Google calendar events.
|
||||
<img src="/imgs/modules/gcal.png" width="320" height="389" alt="gcal screenshot" />
|
||||
|
||||
**Not:** Setting up access to Google Calendars for Go is a bit unobvious. Check out Google's [Go Quickstart](https://developers.google.com/calendar/quickstart/go)
|
||||
first and if you have problems, then take a look at this [comment by WesleydeSouza](https://github.com/andrewzolotukhin/wtf/issues/83#issuecomment-393665229) which offers a slightly different approach.
|
||||
first and if you have problems, then take a look at this [comment by WesleydeSouza](https://github.com/senorprogrammer/wtf/issues/83#issuecomment-393665229) which offers a slightly different approach.
|
||||
|
||||
## Source Code
|
||||
|
||||
|
||||
@@ -62,7 +62,7 @@ git:
|
||||
width: 2
|
||||
refreshInterval: 8
|
||||
repositories:
|
||||
- "/Users/chris/go/src/github.com/andrewzolotukhin/wtf"
|
||||
- "/Users/chris/go/src/github.com/senorprogrammer/wtf"
|
||||
- "/Users/user/fakeapp"
|
||||
```
|
||||
|
||||
|
||||
@@ -58,8 +58,8 @@ github:
|
||||
refreshInterval: 300
|
||||
repositories:
|
||||
wesker-api: "UmbrellaCorp"
|
||||
wtf: "andrewzolotukhin"
|
||||
username: "andrewzolotukhin"
|
||||
wtf: "senorprogrammer"
|
||||
username: "senorprogrammer"
|
||||
```
|
||||
|
||||
### Attributes
|
||||
|
||||
@@ -12,7 +12,7 @@ visible, but might check in on every now and then.
|
||||
|
||||
## Quick Start
|
||||
|
||||
1. <a href="https://github.com/andrewzolotukhin/wtf/releases">Download</a> the stand-alone, compiled binary.
|
||||
1. <a href="https://github.com/senorprogrammer/wtf/releases">Download</a> the stand-alone, compiled binary.
|
||||
2. Unzip the downloaded file.
|
||||
3. From the command line, `cd` into the newly-created `/wtf` directory.
|
||||
4. From the command line, run the app: `./wtf`
|
||||
|
||||
Reference in New Issue
Block a user