From fe0c9523d4496ddb9a3c17f463ecd9a72acf768d Mon Sep 17 00:00:00 2001 From: werner mendizabal Date: Sun, 17 Feb 2019 15:22:28 -0600 Subject: [PATCH] Update documentation to specify how to install in GIMP 2.10 --- GIMP/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/GIMP/README.md b/GIMP/README.md index b75bb7f..482d528 100644 --- a/GIMP/README.md +++ b/GIMP/README.md @@ -5,9 +5,24 @@ Simply copy the coatools_exporter.py into the GIMP plug-ins folder. +For GIMP 2.8: + - on Linux this is /home/YOU/.gimp2.8/plug-ins/ - on Windows this is C:\Users\YOU\.gimp2.8\plug-ins +For GIMP 2.10: + +- on Linux this is `$HOME/.config/GIMP/2.10/plug-ins` + +You can type the following on a terminal to install it: + +``` +mkdir -p $HOME/.config/GIMP/2.10/plug-ins +cd $HOME/.config/GIMP/2.10/plug-ins +wget https://raw.githubusercontent.com/ndee85/coa_tools/master/GIMP/coatools_exporter.py +chmod u+x coatools_exporter.py +``` + You should find it under File>Export to CoaTools... after restarting GIMP. Note that the .gimp2.8 folder may be hidden.