Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@
## Installation instructions

### Linux (AppImage)
===========

To install a plug-in, download the corresponding AppImage package, make it executable with
```
chmod u+x
```
and run it.
This will automatically copy the required files into
```
$HOME/.config/GIMP-AppImage/2.10/plug-ins`
$HOME/.config/GIMP-AppImage/2.10/plug-ins
```

### MacOS

To install a plug-in, extract the contents of the `.tgz` archive into the user's GIMP plug-ins folder:
```
cd $HOME/Library/Application Support/GIMP/2.10/plug-ins
cd "$HOME/Library/Application Support/GIMP/2.10/plug-ins"
tar xf PATH_TO_PLUGIN_ARCHIVE/PLUGIN.tgz
```