diff --git a/GIMP/README.md b/GIMP/README.md index b75bb7f..c415ebe 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 $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.