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

Returned names of repo

This commit is contained in:
Andrew
2018-06-10 02:50:16 +03:00
parent 856491ae49
commit 6288c70156
90 changed files with 145 additions and 145 deletions

View File

@@ -58,7 +58,7 @@
<li class="sidebar-list-item-1"><a href="/posts/configuration/">Configuration</a></li>
<li class="sidebar-list-item-2"><a href="/posts/configuration/attributes/">Attributes</a></li>
<li class="sidebar-list-item-2"><a href="/posts/configuration/iterm2/">iTerm2</a></li>
<li class="sidebar-list-item-1"><a href="https://github.com/andrewzolotukhin/wtf/releases">Releases</a></li>
<li class="sidebar-list-item-1"><a href="https://github.com/senorprogrammer/wtf/releases">Releases</a></li>
</ul>
<ul style="list-style-type: none;">
@@ -118,8 +118,8 @@
<h2 id="from-source">From Source</h2>
<p>Get this repo and install the dependencies:</p>
<div class="highlight"><pre class="chroma"><code class="language-bash" data-lang="bash">go get -u github.com/andrewzolotukhin/wtf
<span class="nb">cd</span> <span class="nv">$GOPATH</span>/src/github.com/andrewzolotukhin/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
make install
make run</code></pre></div>
<p>and that should probably do it.</p>
@@ -127,7 +127,7 @@ make run</code></pre></div>
<h2 id="as-a-binary">As a Binary</h2>
<p>Grab the latest version from here:</p>
<div class="highlight"><pre class="chroma"><code class="language-bash" data-lang="bash">https://github.com/andrewzolotukhin/wtf/releases</code></pre></div>
<div class="highlight"><pre class="chroma"><code class="language-bash" data-lang="bash">https://github.com/senorprogrammer/wtf/releases</code></pre></div>
<p>expand it, and <code>cd</code> into the resulting directory. Then run:</p>
<div class="highlight"><pre class="chroma"><code class="language-bash" data-lang="bash">./wtf</code></pre></div>
<p>and that should also do it.</p>