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
parent de40787ae4
commit a1dabd18fa
9 changed files with 11 additions and 13 deletions

View File

@@ -115,8 +115,7 @@
<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 ./...
<span class="nb">cd</span> <span class="nv">$GOPATH</span>/src/github.com/senorprogrammer/wtf
make install
make run</code></pre></div>
<p>and that should probably do it.</p>