1
0
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:
Chris Cummer
2018-05-25 16:03:48 -07:00
parent 52156e13b9
commit c20c8fdb9d
5 changed files with 13 additions and 20 deletions

View File

@@ -112,10 +112,10 @@
<h2 id="from-source">From Source</h2>
<p>Clone this repo:</p>
<div class="highlight"><pre class="chroma"><code class="language-bash" data-lang="bash">git clone git@github.com:senorprogrammer/wtf.git</code></pre></div>
<p><code>cd</code> into that <code>wtf/</code> directory and run:</p>
<div class="highlight"><pre class="chroma"><code class="language-bash" data-lang="bash">make dependencies
<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
<span class="nb">cd</span> <span class="nv">$GOPATH</span>/github.com/senorprogrammer/wtf
go get ./...
make install
make run</code></pre></div>
<p>and that should probably do it.</p>