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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user