Skip to content

Commit

Permalink
readme: update usage and installation options
Browse files Browse the repository at this point in the history
  • Loading branch information
DashieTM committed Jun 6, 2024
1 parent 4710d6b commit 289eae7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 289eae7

Please sign in to comment.