From 235b89b65863d9fd0945d3dc9001e77b9349bfe1 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Thu, 16 Aug 2007 15:38:31 +0000 Subject: [PATCH] Remove "make install" from the SVN instructions -- it's a bad idea to recommend users overwrite a real release with an SVN snapshot --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 0e7c2453d..f675c477f 100644 --- a/README +++ b/README @@ -23,6 +23,7 @@ Building a Transmission release from the command line: $ tar xvfz Transmission-80.tar.gz $ cd Transmission-0.80 $ ./configure && make + $ su (if necessary for the next line) $ make install Building Transmission from SVN: @@ -31,5 +32,4 @@ Building Transmission from SVN: $ cd Transmission $ ./autogen.sh $ ./configure && make - $ make install