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

Update install instructions in readme

This commit is contained in:
Chris Cummer 2018-06-01 22:52:32 -07:00
parent c43db75561
commit bb315f827f
5 changed files with 9 additions and 5 deletions

View File

@ -17,7 +17,7 @@ displaying infrequently-needed, but very important, daily data.
work with Go versions < 1.7, and only _may_ work on other versions. work with Go versions < 1.7, and only _may_ work on other versions.
```bash ```bash
go get github.com/senorprogrammer/wtf go get -u github.com/senorprogrammer/wtf
cd $GOPATH/src/github.com/senorprogrammer/wtf cd $GOPATH/src/github.com/senorprogrammer/wtf
make install make install
make run make run
@ -78,3 +78,7 @@ Many thanks to all these developers.
* [openweathermap](https://github.com/briandowns/openweathermap) * [openweathermap](https://github.com/briandowns/openweathermap)
* [tcell](https://github.com/gdamore/tcell) * [tcell](https://github.com/gdamore/tcell)
* [tview](https://github.com/rivo/tview) * [tview](https://github.com/rivo/tview)
<p align="center">
<img src="./docs/img/dude_wtf.png?raw=true" title="Dude WTF" width="251" height="201" />
</p>

View File

@ -11,7 +11,7 @@ There are two ways to install WTF:
Get this repo and install the dependencies: Get this repo and install the dependencies:
```bash ```bash
go get github.com/senorprogrammer/wtf go get -u github.com/senorprogrammer/wtf
cd $GOPATH/src/github.com/senorprogrammer/wtf cd $GOPATH/src/github.com/senorprogrammer/wtf
make install make install
make run make run

View File

@ -56,7 +56,7 @@ Quick Start Download the stand-alone, compiled binary. Unzip the downloaded fil
<guid>https://wtfutil.com/posts/installation/</guid> <guid>https://wtfutil.com/posts/installation/</guid>
<description>There are two ways to install WTF: <description>There are two ways to install WTF:
From Source Get this repo and install the dependencies: From Source Get this repo and install the dependencies:
go get github.com/senorprogrammer/wtf cd $GOPATH/src/github.com/senorprogrammer/wtf make install make run and that should probably do it. go get -u github.com/senorprogrammer/wtf cd $GOPATH/src/github.com/senorprogrammer/wtf make install make run and that should probably do it.
As a Binary Grab the latest version from here: As a Binary Grab the latest version from here:
https://github.com/senorprogrammer/wtf/releases expand it, and cd into the resulting directory. Then run: https://github.com/senorprogrammer/wtf/releases expand it, and cd into the resulting directory. Then run:
./wtf and that should also do it.</description> ./wtf and that should also do it.</description>

View File

@ -56,7 +56,7 @@ Quick Start Download the stand-alone, compiled binary. Unzip the downloaded fil
<guid>https://wtfutil.com/posts/installation/</guid> <guid>https://wtfutil.com/posts/installation/</guid>
<description>There are two ways to install WTF: <description>There are two ways to install WTF:
From Source Get this repo and install the dependencies: From Source Get this repo and install the dependencies:
go get github.com/senorprogrammer/wtf cd $GOPATH/src/github.com/senorprogrammer/wtf make install make run and that should probably do it. go get -u github.com/senorprogrammer/wtf cd $GOPATH/src/github.com/senorprogrammer/wtf make install make run and that should probably do it.
As a Binary Grab the latest version from here: As a Binary Grab the latest version from here:
https://github.com/senorprogrammer/wtf/releases expand it, and cd into the resulting directory. Then run: https://github.com/senorprogrammer/wtf/releases expand it, and cd into the resulting directory. Then run:
./wtf and that should also do it.</description> ./wtf and that should also do it.</description>

View File

@ -114,7 +114,7 @@
<h2 id="from-source">From Source</h2> <h2 id="from-source">From Source</h2>
<p>Get this repo and install the dependencies:</p> <p>Get this repo and install the dependencies:</p>
<div class="highlight"><pre class="chroma"><code class="language-bash" data-lang="bash">go get github.com/senorprogrammer/wtf <div class="highlight"><pre class="chroma"><code class="language-bash" data-lang="bash">go get -u github.com/senorprogrammer/wtf
<span class="nb">cd</span> <span class="nv">$GOPATH</span>/src/github.com/senorprogrammer/wtf <span class="nb">cd</span> <span class="nv">$GOPATH</span>/src/github.com/senorprogrammer/wtf
make install make install
make run</code></pre></div> make run</code></pre></div>