From 19c90ebe4fd44b577f4d27c8c9f9a6dbb1a765a8 Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Thu, 7 Aug 2014 14:25:41 +0000
Subject: [PATCH] fix client install instructions

---
 README.rst | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.rst b/README.rst
index dbb6629..c716eb8 100644
--- a/README.rst
+++ b/README.rst
@@ -72,11 +72,12 @@ should do.
 
 * install the Go package dependencies::
 
-    $ go get git.autistici.org/ale/djrandom/client/...
+    $ cd $GOPATH/src/git.autistici.org/ale/djrandom
+    $ go get ./client/...
 
 * install the client binaries::
 
-    $ go install git.autistici.org/ale/djrandom/client/...
+    $ go install ./client/...
 
 You should now have ``djplay``, ``djupload`` and ``djmpd`` in ``$GOPATH/bin``.
 
-- 
GitLab