Skip to content

Commit 04e6cd0

Browse files
committed
index: use go install
1 parent 009c545 commit 04e6cd0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

content/_index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ <h2>RobustIRC is IRC without netsplits</h2>
2121
</div>
2222
</form>
2323
<p>To install and start a bridge for <code class="network">robustirc.net</code>, run:</p>
24-
<pre style="text-align: left">export GOPATH=~/gocode
25-
go get -u github.com/robustirc/bridge/robustirc-bridge
26-
$GOPATH/bin/robustirc-bridge -network=<span class="network">robustirc.net</span></pre>
24+
<pre style="text-align: left">
25+
go install github.com/robustirc/bridge/robustirc-bridge@latest
26+
~/go/bin/robustirc-bridge -network=<span class="network">robustirc.net</span></pre>
2727
<p>Then, run the following commands in <span class="client">irssi</span> to connect:</p>
2828
<div id="clientinstructions">
2929
<pre style="text-align: left" class="instructions-irssi">/network add <span class="networkname">robustirc</span>

docs/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ <h2>RobustIRC is IRC without netsplits</h2>
7171
</div>
7272
</form>
7373
<p>To install and start a bridge for <code class="network">robustirc.net</code>, run:</p>
74-
<pre style="text-align: left">export GOPATH=~/gocode
75-
go get -u github.com/robustirc/bridge/robustirc-bridge
76-
$GOPATH/bin/robustirc-bridge -network=<span class="network">robustirc.net</span></pre>
74+
<pre style="text-align: left">
75+
go install github.com/robustirc/bridge/robustirc-bridge@latest
76+
~/go/bin/robustirc-bridge -network=<span class="network">robustirc.net</span></pre>
7777
<p>Then, run the following commands in <span class="client">irssi</span> to connect:</p>
7878
<div id="clientinstructions">
7979
<pre style="text-align: left" class="instructions-irssi">/network add <span class="networkname">robustirc</span>

0 commit comments

Comments
 (0)