diff options
author | hut <hut@lavabit.com> | 2012-08-02 03:51:00 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2012-08-02 03:52:28 +0200 |
commit | 176e8a684cb490393f84e7fdccc6aafda559364b (patch) | |
tree | 526b3cc3f1f182ae62ca6b67146fcf7fbb935fc3 /README | |
parent | d2c8c6cb3f24ac626275af133bb723e549850538 (diff) | |
download | ranger-176e8a684cb490393f84e7fdccc6aafda559364b.tar.gz |
renamed ranger/defaults to ranger/config
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README index 0688030d..c0a1abb3 100644 --- a/README +++ b/README @@ -7,8 +7,8 @@ open your files with. This file describes ranger and how to get it to run. For instructions on the usage, please read the man page. See doc/HACKING for development specific -information. For configuration, check the files in ranger/defaults/. They -are usually installed to /usr/lib/python*/site-packages/ranger/defaults/ +information. For configuration, check the files in ranger/config/. They +are usually installed to /usr/lib/python*/site-packages/ranger/config/ and can be obtained with ranger's --copy-config option. A note to packagers: Versions meant for packaging are listed in the changelog @@ -92,5 +92,5 @@ directory. Ranger can automatically copy default configuration files to ~/.config/ranger if you run it with the switch --copy-config. (see ranger --help for a -description of that switch.) Also check ranger/defaults/ for the default +description of that switch.) Also check ranger/config/ for the default configuration. |