From 98e5861af65d2046d7e9125699c596bff6136cd5 Mon Sep 17 00:00:00 2001 From: Anton Oussik Date: Fri, 5 Jun 2015 15:22:41 +0100 Subject: [PATCH] Update Fedora instructions to F22 --- doc/index.html | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) diff --git a/doc/index.html b/doc/index.html index 372c199..64da42d 100644 --- a/doc/index.html +++ b/doc/index.html @@ -76,22 +76,17 @@
Tails (Version 1.1.1)

From time to time you can re-run the pond-build command to update to the latest version.

-
Fedora 19
+
Fedora 22
-

Fedora's golang package appears to be completely broken, so this installs Go from source.

- -
sudo yum install gtk3-devel gtkspell3-devel gcc trousers-devel git mercurial tor
-sudo systemctl start tor
-cd
-git clone https://github.com/golang/go
-cd go/src
-./all.bash
-cd
-export PATH=$PATH:$HOME/go/bin
-mkdir gopkg
-export GOPATH=$HOME/gopkg
+
sudo dnf install gtk3-devel trousers-devel gtkspell3-devel git mercurial tor golang
+sudo systemctl enable tor.service
+sudo systemctl start tor.service
+echo 'export GOPATH="$HOME/gopkg/"' >> ~/.bashrc
+echo 'alias pond="$GOPATH/bin/client"' >> ~/.bashrc
+. ~/.bashrc
+mkdir -p "$GOPATH"
 go get github.com/agl/pond/client
-$GOPATH/bin/client
+pond
Arch