summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 5 insertions, 5 deletions
diff --git a/README b/README
index 8334967..12ab375 100644
--- a/README
+++ b/README
@@ -8,18 +8,18 @@ BUILDING
* To optionally see which country peers are located in,
install libgeoip and its headers when building.
- Building a Transmission release from the command line:
+ Building a transmission-remote-gtk release from the command line:
$ tar zxfv transmission-remote-gtk-1.0.tar.gz
$ cd transmission-remote-gtk-1.0
$ ./configure
$ make
- $ sudo make install
+ # make install
- Building from subversion checkout:
+ Building from git clone:
- $ svn co <repository URL>
+ $ git clone https://code.google.com/p/transmission-remote-gtk/
$ ./autogen.sh
$ ./configure
$ make
- $ sudo make install
+ # make install