You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/sections/Installation.md
+24-3Lines changed: 24 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,16 +19,37 @@ Batcher can currently be installed only manually by copying files from a ZIP arc
19
19
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.**
20
20
2. Make sure you have GIMP installed with support for Python plug-ins.
21
21
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
+
```
23
30
24
31
25
32
## Linux
26
33
27
34
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
+
```
29
43
30
44
31
45
## macOS
32
46
33
47
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:
0 commit comments