diff options
author | toonn <toonn@toonn.io> | 2019-03-24 12:40:40 +0100 |
---|---|---|
committer | toonn <toonn@toonn.io> | 2019-03-24 12:43:27 +0100 |
commit | c7984f2f419b34a6e4767aa4df74304221b43bf3 (patch) | |
tree | a772f3c1f01eae5b6a98f5817d441f9e4c4d2577 | |
parent | f16996814240b209a6462747224bfbdb114cd4fc (diff) | |
download | ranger-c7984f2f419b34a6e4767aa4df74304221b43bf3.tar.gz |
Point first --copy-config to explanation
Fixes #1502
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md index 5912d12c..6ef246a8 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,8 @@ usage, please read the man page (`man ranger` in a terminal). See `HACKING.md` for development-specific information. For configuration, check the files in `ranger/config/` or copy the -default config to `~/.config/ranger` with `ranger --copy-config`. +default config to `~/.config/ranger` with `ranger --copy-config` +(see [instructions](#getting-started)). The `examples/` directory contains several scripts and plugins that demonstrate how ranger can be extended or combined with other programs. These files can be |