diff options
author | hut <hut@lepus.uberspace.de> | 2015-04-13 12:49:49 +0200 |
---|---|---|
committer | hut <hut@lepus.uberspace.de> | 2015-04-13 12:49:49 +0200 |
commit | c0f2fc72eccb4127fba5f48ce4b422487d6ec752 (patch) | |
tree | 025f72dde6f7a7e5cdca82637da4e5dcef0ddd62 /examples/README | |
parent | a9bbdc440c2ea33ccc4470e00949ffa16ce2300e (diff) | |
download | ranger-c0f2fc72eccb4127fba5f48ce4b422487d6ec752.tar.gz |
moved "doc/examples" to "examples" for more visibility
Diffstat (limited to 'examples/README')
-rw-r--r-- | examples/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/README b/examples/README new file mode 100644 index 00000000..ca514853 --- /dev/null +++ b/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. |