Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md for Windows 11 Installation #29

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ sh -c "$(wget https://raw.githubusercontent.com/doctormo/GimpPs/master/tools/ins
#### via powershell:

# exit gimp first
cd $Env:UserProfile
mv .gimp-2.10 .gimp-2.10.backup
git clone --depth=1 https://github.com/doctormo/GimpPs.git .gimp-2.10
cd ($Env:Appdata + '\GIMP')
mv 2.10 backup.2.10
git clone --depth=1 https://github.com/doctormo/GimpPs.git 2.10

#### via cmd:

# exit gimp first
cd %USERPROFILE%
ren .gimp-2.10 .gimp-2.10.backup
git clone --depth=1 https://github.com/doctormo/GimpPs.git .gimp-2.10
cd %APPDATA%/GIMP
ren 2.10 backup.2.10
git clone --depth=1 https://github.com/doctormo/GimpPs.git 2.10
People generally get biased in the discussion of GIMP Vs Photoshop but they don't know how powerful GIMP really is. You can do all the effects of you use GIMP Wisely.