diff options
author | hut <hut@lavabit.com> | 2013-03-09 18:48:02 +0100 |
---|---|---|
committer | hut <hut@lavabit.com> | 2013-03-09 18:48:02 +0100 |
commit | d2c7d024290ee95afa418975c728ad64172dcfec (patch) | |
tree | eea0659eab7bb0c7b9cc2026468c840d7f22a5c9 /doc/examples/README | |
parent | 62af277734f05f27f20467393c9d997012ddd2b4 (diff) | |
download | ranger-d2c7d024290ee95afa418975c728ad64172dcfec.tar.gz |
move examples to doc/examples
Diffstat (limited to 'doc/examples/README')
-rw-r--r-- | doc/examples/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/examples/README b/doc/examples/README new file mode 100644 index 00000000..ca514853 --- /dev/null +++ b/doc/examples/README @@ -0,0 +1,8 @@ +The files in this directory contain applications or extensions of ranger which +are put here for your inspiration and as references. + +In order to use a plugin from this directory, you need to copy it to +~/.config/ranger/plugins/ + +Note that if you update ranger to a new minor version (for example, +from 1.6.* to 1.7.0), your outdated plugins WILL break and crash ranger. |