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:
parent
52156e13b9
commit
c20c8fdb9d
@ -8,20 +8,15 @@ There are two ways to install WTF:
|
||||
|
||||
## From Source
|
||||
|
||||
Clone this repo:
|
||||
Get this repo and install the dependencies:
|
||||
|
||||
```bash
|
||||
git clone git@github.com:senorprogrammer/wtf.git
|
||||
```
|
||||
|
||||
`cd` into that `wtf/` directory and run:
|
||||
|
||||
```bash
|
||||
make dependencies
|
||||
go get github.com/senorprogrammer/wtf
|
||||
cd $GOPATH/github.com/senorprogrammer/wtf
|
||||
go get ./...
|
||||
make install
|
||||
make run
|
||||
```
|
||||
|
||||
and that should probably do it.
|
||||
|
||||
## As a Binary
|
||||
|
@ -41,9 +41,8 @@ Quick Start Download the stand-alone, compiled binary. Unzip the downloaded fil
|
||||
|
||||
<guid>http://wtfutil.com/posts/installation/</guid>
|
||||
<description>There are two ways to install WTF:
|
||||
From Source Clone this repo:
|
||||
git clone git@github.com:senorprogrammer/wtf.git cd into that wtf/ directory and run:
|
||||
make dependencies make install make run and that should probably do it.
|
||||
From Source Get this repo and install the dependencies:
|
||||
go get github.com/senorprogrammer/wtf cd $GOPATH/github.com/senorprogrammer/wtf go get ./... make install make run and that should probably do it.
|
||||
As a Binary Grab the latest version from here:
|
||||
https://github.com/senorprogrammer/wtf/releases expand it, and cd into the resulting directory. Then run:
|
||||
./wtf and that should also do it.</description>
|
||||
|
@ -41,9 +41,8 @@ Quick Start Download the stand-alone, compiled binary. Unzip the downloaded fil
|
||||
|
||||
<guid>http://wtfutil.com/posts/installation/</guid>
|
||||
<description>There are two ways to install WTF:
|
||||
From Source Clone this repo:
|
||||
git clone git@github.com:senorprogrammer/wtf.git cd into that wtf/ directory and run:
|
||||
make dependencies make install make run and that should probably do it.
|
||||
From Source Get this repo and install the dependencies:
|
||||
go get github.com/senorprogrammer/wtf cd $GOPATH/github.com/senorprogrammer/wtf go get ./... make install make run and that should probably do it.
|
||||
As a Binary Grab the latest version from here:
|
||||
https://github.com/senorprogrammer/wtf/releases expand it, and cd into the resulting directory. Then run:
|
||||
./wtf and that should also do it.</description>
|
||||
|
@ -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>
|
||||
|
@ -161,7 +161,7 @@ commit, and their status.</p>
|
||||
</span><span class="w"> </span>refreshInterval<span class="p">:</span><span class="w"> </span><span class="m">8</span><span class="w">
|
||||
</span><span class="w"> </span>repositories<span class="p">:</span><span class="w">
|
||||
</span><span class="w"> </span>-<span class="w"> </span><span class="s2">"/Users/chris/go/src/github.com/senorprogrammer/wtf"</span><span class="w">
|
||||
</span><span class="w"> </span>-<span class="w"> </span><span class="s2">"/Users/chris/Documents/Lendesk/core-api"</span></code></pre></div>
|
||||
</span><span class="w"> </span>-<span class="w"> </span><span class="s2">"/Users/chris/Documents/Lendesk/fakeapp"</span></code></pre></div>
|
||||
<h3 id="attributes">Attributes</h3>
|
||||
|
||||
<p><code>commitCount</code> <br />
|
||||
|
Loading…
x
Reference in New Issue
Block a user