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

Improve the state of the Makefile a bit

This commit is contained in:
Chris Cummer
2018-05-18 16:37:03 -07:00
parent ca4d6f2fe8
commit 5d66b2acd5
5 changed files with 10 additions and 4 deletions

View File

@@ -114,7 +114,8 @@
<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
make install</code></pre></div>
make install
make run</code></pre></div>
<p>and that should probably do it.</p>
<h2 id="as-a-binary">As a Binary</h2>