Updated README.md
This commit is contained in:
parent
8440b2b220
commit
ebac59ef17
|
@ -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)
|
![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>
|
</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
|
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
|
and sets some necessary components up for the best performance
|
||||||
|
|
||||||
## :rocket: Features
|
## :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
|
* downloads photoshop.exe installer and installs it automatically
|
||||||
* creates photoshop commands and a desktop entry
|
* creates photoshop commands and a desktop entry
|
||||||
* configures wine for dark mode
|
* 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
|
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
|
```bash
|
||||||
git clone https://github.com/Gictorbit/photoshopCClinux.git
|
git clone https://github.com/Gictorbit/photoshopCClinux.git
|
||||||
cd photoshopCClinux
|
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
|
```bash
|
||||||
chmod +x setup.sh
|
chmod +x setup.sh
|
||||||
|
|
Loading…
Reference in New Issue