mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Quick Start installation instructions into the readme
This commit is contained in:
parent
23ff067c0c
commit
3d3c2cb3d3
11
README.md
11
README.md
@ -9,6 +9,17 @@ displaying infrequently-updating, but very important, daily data.
|
||||
<img src="./docs/img/screenshot.jpg" title="screenshot" width="720" height="420" />
|
||||
</p>
|
||||
|
||||
## Quick Start
|
||||
|
||||
### Installation from Source
|
||||
|
||||
```bash
|
||||
go get github.com/senorprogrammer/wtf
|
||||
cd $GOPATH/github.com/senorprogrammer/wtf
|
||||
make install
|
||||
make run
|
||||
```
|
||||
|
||||
See [https://wtfutil.com](https://wtfutil.com) for the definitive
|
||||
documentation. Here's some short-cuts:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user