File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments