Skip to content

Commit 954615d

Browse files
authored
make photogimp instructions simpler
1 parent 001ab2f commit 954615d

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

README.md

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,18 @@
11
# GIMP-and-PhotoGIMP-AppImage
22

3-
Unofficial AppImage of GIMP that includes PhotoGIMP, in order to use PhotoGIMP simply run the AppImage once this way:
3+
Unofficial AppImage of GIMP that includes PhotoGIMP.
44

5-
```
6-
ENABLE_PHOTO_GIMP=1 ./GIMP-***-anylinux-x86_64.AppImage
5+
To use PhotoGIMP **simply rename the AppImage to contain PhotoGIMP in the filename**:
76

8-
# Alternative you can also run
9-
10-
./GIMP-***-anylinux-x86_64.AppImage --photogimp
11-
```
7+
* `PhotoGIMP.AppImage` and plain `photogimp`. Setting env var `ENABLE_PHOTO_GIMP=1` or passing the flag `--photogimp` also work.
128

139
* This will cause it to create a `$XDG_CONFIG_HOME/PhotoGIMP` directory and copy over the PhotoGIMP config files.
1410

1511
* It will also make a desktop entry in `$XDG_DATA_HOME/applications/PhotoGIMP-AppImage.desktop` and copy needed icons to `$XDG_DATA_HOME/icons`
1612

17-
Once done you will be able to keep using PhotoGIMP by launching the new desktop entry, you will also be able to keep using regular GIMP both at the same time.
18-
19-
To uninstall PhotoGIMP simply run:
13+
Once done you will be able to keep using PhotoGIMP by launching the new desktop entry, you are also able to use both regular GIMP and PhotoGIMP both at the same time.
2014

21-
```
22-
./GIMP-***-anylinux-x86_64.AppImage --remove-photogimp
23-
```
15+
* **To uninstall** PhotoGIMP simply run it with the `--remove-photogimp` flag.
2416

2517
----------------------------------------
2618

0 commit comments

Comments
 (0)