mirror of
https://github.com/transmission/transmission
synced 2025-03-03 18:25:35 +00:00
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:
parent
9a00da4dda
commit
235b89b658
1 changed files with 1 additions and 1 deletions
2
README
2
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue