Skip to content

Commit 01de74a

Browse files
committed
docs.Installation: Clarify placement of batcher folder
1 parent 57a9e73 commit 01de74a

File tree

1 file changed

+24
-3
lines changed

1 file changed

+24
-3
lines changed

docs/sections/Installation.md

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,37 @@ Batcher can currently be installed only manually by copying files from a ZIP arc
1919
1. Make sure you install [GIMP 3.0.0-RC3](https://download.gimp.org/gimp/v3.0/windows/gimp-3.0.0-RC3-setup.exe). **Batcher currently does not work with GIMP 3.0.0.**
2020
2. Make sure you have GIMP installed with support for Python plug-ins.
2121
3. Locate the folder containing GIMP plug-ins - open GIMP and go to `Edit → Preferences → Folders → Plug-Ins`. If you cannot locate any of the folders on your system, you can add a custom folder.
22-
4. Extract the `batcher` folder from the downloaded archive to one of the folders chosen in the previous step.
22+
4. Copy the `batcher` folder from the downloaded archive to one of the folders chosen in the previous step. The folder hierarchy should look like this:
23+
```
24+
plug-ins/
25+
...other plug-in folders...
26+
batcher/
27+
...other Batcher files and folders...
28+
batcher.py
29+
```
2330
2431
2532
## Linux
2633
2734
1. Locate the folder containing GIMP plug-ins - open GIMP and go to `Edit → Preferences → Folders → Plug-Ins`. If you cannot locate any of the folders on your system, you can add a custom folder.
28-
2. Extract the `batcher` folder from the downloaded archive to one of the folders chosen in the previous step.
35+
2. Copy the `batcher` folder from the downloaded archive to one of the folders chosen in the previous step. The folder hierarchy should look like this:
36+
```
37+
plug-ins/
38+
...other plug-in folders...
39+
batcher/
40+
...other Batcher files and folders...
41+
batcher.py
42+
```
2943
3044
3145
## macOS
3246
3347
1. Locate the folder containing GIMP plug-ins - open GIMP and go to `Edit → Preferences → Folders → Plug-Ins`. If you cannot locate any of the folders on your system, you can add a custom folder.
34-
2. Extract the `batcher` folder from the downloaded archive to one of the folders chosen in the previous step.
48+
2. Copy the `batcher` folder from the downloaded archive to one of the folders chosen in the previous step. The folder hierarchy should look like this:
49+
```
50+
plug-ins/
51+
...other plug-in folders...
52+
batcher/
53+
...other Batcher files and folders...
54+
batcher.py
55+
```

0 commit comments

Comments
 (0)