mirror of
https://github.com/Diolinux/PhotoGIMP.git
synced 2026-04-05 19:51:58 +02:00
Update Readme and Add Chocolatey instructions
This commit is contained in:
@@ -18,9 +18,9 @@ Extract all hidden folders
|
||||
- `.var`
|
||||
- `.local`
|
||||
|
||||
to your Home directory and then move the subfolder
|
||||
to your Home directory and then move the subfolder
|
||||
|
||||
- `.var/app/org.gimp.GIMP/config/GIMP/2.10`
|
||||
- `.var/app/org.gimp.GIMP/config/GIMP/2.10`
|
||||
|
||||
to `~/.config/gimp/2.10`.
|
||||
|
||||
@@ -28,11 +28,11 @@ Afterwards you can delete `.var/app/org.gimp.GIMP` respectively `.var` (if not u
|
||||
|
||||
## On macOS
|
||||
|
||||
Unpack the whole archive and copy/move only the subfolder
|
||||
—or—
|
||||
Unpack the whole archive and copy/move only the subfolder
|
||||
—or—
|
||||
Extract only the subfolder
|
||||
|
||||
- `.var/app/org.gimp.GIMP/config/GIMP/2.10`
|
||||
- `.var/app/org.gimp.GIMP/config/GIMP/2.10`
|
||||
(inside the hidden folder `.var`)
|
||||
|
||||
into the folder `~/Library/Application Support/GIMP`.
|
||||
|
||||
10
README.md
10
README.md
@@ -3,7 +3,7 @@
|
||||
# 🎨 PhotoGIMP
|
||||
|
||||
<img
|
||||
src="https://raw.githubusercontent.com/Diolinux/PhotoGIMP/master/.icons/photogimp.png"
|
||||
src="./.icons/photogimp.png"
|
||||
alt="PhotoGimp Icon"
|
||||
title="PhotoGimp"
|
||||
width="200px">
|
||||
@@ -23,7 +23,7 @@ A patch for optimizing GIMP 2.10+ for Adobe Photoshop users, including features
|
||||
|
||||

|
||||
|
||||
## 🈂 Have a large set of fonts available anytime
|
||||
## 🈂 Have a large set of fonts available anytime
|
||||
|
||||
More than 1800 fonts are included by default in PhotoGimp so you can speed up your creative workflow.
|
||||
|
||||
@@ -62,6 +62,12 @@ Since it's just files, the only thing you need to do is to copy all the files th
|
||||
|
||||
* Windows: `%APPDATA%\GIMP\2.10`
|
||||
|
||||
Or install via [Chocolatey](https://chocolatey.org/):
|
||||
```powershell
|
||||
choco install photogimp
|
||||
```
|
||||
Maintained by: [André Augusto](https://github.com/AndreAugustoAAQ)
|
||||
|
||||
* macOS: `~/Library/Application Support/GIMP/2.10/`
|
||||
|
||||
This one-liner will do the job: download release 1.0 into `Downloads` folder, unzip and copy patch files, then remove previously downloaded zip:
|
||||
|
||||
Reference in New Issue
Block a user