Skip to content

Commit fe0c952

Browse files
Update documentation to specify how to install in GIMP 2.10
1 parent b331684 commit fe0c952

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

GIMP/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,24 @@
55

66
Simply copy the coatools_exporter.py into the GIMP plug-ins folder.
77

8+
For GIMP 2.8:
9+
810
- on Linux this is /home/YOU/.gimp2.8/plug-ins/
911
- on Windows this is C:\Users\YOU\.gimp2.8\plug-ins
1012

13+
For GIMP 2.10:
14+
15+
- on Linux this is `$HOME/.config/GIMP/2.10/plug-ins`
16+
17+
You can type the following on a terminal to install it:
18+
19+
```
20+
mkdir -p $HOME/.config/GIMP/2.10/plug-ins
21+
cd $HOME/.config/GIMP/2.10/plug-ins
22+
wget https://raw.githubusercontent.com/ndee85/coa_tools/master/GIMP/coatools_exporter.py
23+
chmod u+x coatools_exporter.py
24+
```
25+
1126
You should find it under File>Export to CoaTools... after restarting GIMP.
1227

1328
Note that the .gimp2.8 folder may be hidden.

0 commit comments

Comments
 (0)