Merge pull request #61 from MihirMer/master

Updated README.md
This commit is contained in:
victor 2020-11-08 22:47:49 +03:30 committed by GitHub
commit b4fc113c4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -7,12 +7,12 @@
![GitHub stars](https://img.shields.io/github/stars/Gictorbit/photoshopCClinux?style=sad) ![rep size](https://img.shields.io/github/repo-size/gictorbit/photoshopCClinux) ![bash](https://img.shields.io/badge/bash-5.0.11-yellowgreen)
</div>
# photohop CC v19 installer for linux
# Photoshop CC v19 installer for Linux
This bash script installs Photoshop CC version 19 on your Linux machine using wine behind the scene
and sets some necessary components up for the best performance
## :rocket: Features
* downloads necessary components and installs them (`vcrun`,`atmlib`,`msxml`...)
* downloads necessary components and installs them (`vcrun`, `atmlib`, `msxml`...)
* downloads photoshop.exe installer and installs it automatically
* creates photoshop commands and a desktop entry
* configures wine for dark mode
@ -49,12 +49,12 @@ there are two installation scripts
the installer scripts use a virtual drive of wine and makes a new `winprefix` for photoshop
first of all you need to clone the repository with this command:
first of all, you need to clone the repository with this command:
```bash
git clone https://github.com/Gictorbit/photoshopCClinux.git
cd photoshopCClinux
```
then you can easily run `setup.sh` script to install photoshop cc on your linux distro
then you can easily run `setup.sh` script to install photoshop cc on your Linux distro
```bash
chmod +x setup.sh