summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@mit.edu>2016-10-23 11:45:23 -0400
committerGravatar Benjamin Barenblat <bbaren@mit.edu>2016-10-23 11:45:23 -0400
commite0d00f10c50104ce1a77d035c9c2fc14545c0b92 (patch)
treee70bdc4879a8cdaf77dce5ff389d8e73cfddd4c3 /README
parent4e526acfb28ca68322009c5a958b9926cf3c8413 (diff)
parent7c29748eee49c59ad09831924f4bbefc9b7ee5f5 (diff)
Merge branch 'upstream'
Diffstat (limited to 'README')
-rw-r--r--README50
1 files changed, 25 insertions, 25 deletions
diff --git a/README b/README
index fdb11d1..968ef4e 100644
--- a/README
+++ b/README
@@ -1,25 +1,25 @@
-ABOUT
-
- transmission-remote-gtk is a GTK client for remote management of
- the Transmission BitTorrent client, using its HTTP RPC protocol.
-
-BUILDING
-
- * To optionally see which country peers are located in,
- install libgeoip and its headers when building.
-
- Building a transmission-remote-gtk release from the command line:
-
- $ tar zxfv transmission-remote-gtk-1.1.1.tar.gz
- $ cd transmission-remote-gtk-1.1.1
- $ ./configure
- $ make
- # make install
-
- Building from git clone:
-
- $ git clone https://code.google.com/p/transmission-remote-gtk/
- $ ./autogen.sh
- $ ./configure
- $ make
- # make install
+ABOUT
+
+ transmission-remote-gtk is a GTK client for remote management of
+ the Transmission BitTorrent client, using its HTTP RPC protocol.
+
+BUILDING
+
+ * To optionally see which country peers are located in,
+ install libgeoip and its headers when building.
+
+ Building a transmission-remote-gtk release from the command line:
+
+ $ tar zxfv transmission-remote-gtk-1.2.tar.gz
+ $ cd transmission-remote-gtk-1.2
+ $ ./configure
+ $ make
+ # make install
+
+ Building from git clone:
+
+ $ git clone https://github.com/transmission-remote-gtk/transmission-remote-gtk.git
+ $ ./autogen.sh
+ $ ./configure
+ $ make
+ # make install