From 538591d49d0f586005a79a077ff3c41b651b7d0d Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Sun, 26 Feb 2012 16:50:01 +0000 Subject: issue 185 - change .desktop to add magnet uri handler --- README | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'README') 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 + $ git clone https://code.google.com/p/transmission-remote-gtk/ $ ./autogen.sh $ ./configure $ make - $ sudo make install + # make install -- cgit v1.2.3