diff --git a/README.md b/README.md index fdfbe10..cd3fa03 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ## Installation instructions ### Linux (AppImage) -=========== + To install a plug-in, download the corresponding AppImage package, make it executable with ``` chmod u+x @@ -12,13 +12,13 @@ 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 ```