Remove "make install" from the SVN instructions -- it's a bad idea to recommend users overwrite a real release with an SVN snapshot

This commit is contained in:
Charles Kerr 2007-08-16 15:38:31 +00:00
parent 9a00da4dda
commit 235b89b658
1 changed files with 1 additions and 1 deletions

2
README
View File

@ -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