From 289eae78feeef4cc4713d88c66d7088c6ccc9fae Mon Sep 17 00:00:00 2001 From: DashieTM Date: Thu, 6 Jun 2024 23:05:30 +0200 Subject: [PATCH] readme: update usage and installation options --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 75280da..d706eb1 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,12 @@ This is done to avoid loading of arbitrary plugins that might be placed within t Compile the source for the chosen plugin by cloning the repository and building the plugin. After this, simply compile the plugin and move it to the ReSet plugins folder in your `$xdg_config_dir/reset/plugins` directory. +You can define a custom directory like this: +```toml +plugin_path = "/your/path" +``` +Note, alternatively, you can specify a custom path within the configuration file mentioned in [Confirmation](#confirmation). +Or you can use the path ```/usr/lib/reset``` which is used by the arch and debian installations respectively. ### Arch Linux