From 593600c647373330839eaa9006e98cd44880b9a1 Mon Sep 17 00:00:00 2001 From: Andrea Lazzarotto Date: Tue, 9 Apr 2019 15:33:00 +0200 Subject: [PATCH 1/2] Fix typos in installation instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fdfbe10..7580a71 100644 --- a/README.md +++ b/README.md @@ -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 ``` From f60e1fbe544cc7a4c41587f72003023fcc6bff08 Mon Sep 17 00:00:00 2001 From: Andrea Lazzarotto Date: Sun, 14 Apr 2019 14:54:35 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7580a71..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