diff options
author | hut <hut@lepus.uberspace.de> | 2014-07-23 20:50:13 +0200 |
---|---|---|
committer | hut <hut@lepus.uberspace.de> | 2014-07-23 20:50:13 +0200 |
commit | 96004e714e63d4e67afeb5e8b2bad6d994532a90 (patch) | |
tree | 533b995254666aba4beb83976b5feb4869d8d433 /README.md | |
parent | 341e51710df321b8530dcd14d3aeaae9e169e7eb (diff) | |
download | ranger-96004e714e63d4e67afeb5e8b2bad6d994532a90.tar.gz |
optimized README.md for github
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md index aa16ad03..70980681 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,6 @@ About ----- * Authors: Check the copyright notices in each source file * License: GNU General Public License Version 3 - * Website: http://ranger.nongnu.org/ * Download: http://ranger.nongnu.org/ranger-stable.tar.gz * Bug reports: https://savannah.nongnu.org/bugs/?group=ranger&func=additem @@ -77,10 +76,10 @@ Use the package manager of your operating system to install ranger. Note that ranger can be started without installing by simply running ranger.py. To install ranger manually: - sudo make install +> sudo make install This translates roughly to: - sudo python setup.py install --optimize=1 --record=install_log.txt +> sudo python setup.py install --optimize=1 --record=install_log.txt This also saves a list of all installed files to install_log.txt, which you can use to uninstall ranger. |