Skip to content

Commit

Permalink
Update documentation to specify how to install in GIMP 2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
nonameentername committed Feb 17, 2019
1 parent b331684 commit 038abfa
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions GIMP/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 038abfa

Please sign in to comment.