Skip to content
Snippets Groups Projects
Commit 19c90ebe authored by ale's avatar ale
Browse files

fix client install instructions

parent 14a50030
No related branches found
No related tags found
No related merge requests found
...@@ -72,11 +72,12 @@ should do. ...@@ -72,11 +72,12 @@ should do.
* install the Go package dependencies:: * 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:: * 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``. You should now have ``djplay``, ``djupload`` and ``djmpd`` in ``$GOPATH/bin``.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment