readme updated
This commit is contained in:
parent
4286449544
commit
4b9be0fbe9
34
README.md
34
README.md
|
@ -1,19 +1,34 @@
|
|||
![screenshot](images/Screenshot.png)
|
||||
## photohop CC v19 installer for linux
|
||||
# photohop 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 component up for best performance
|
||||
|
||||
### Features
|
||||
* downloads necessary component and installs them (vcrun,atmlib,msxml...)
|
||||
## Features
|
||||
* downloads necessary component and installs them (`vcrun`,`atmlib`,`msxml`...)
|
||||
* downloads photoshop.exe installer and installs it automatically
|
||||
* creates photoshop commands and desktop entry
|
||||
* configures wine for dark mode
|
||||
* detects various graphic cards like (intel, Nvidia...)
|
||||
* detects various graphic cards like (`intel`, `Nvidia`...)
|
||||
* saves the downloaded files in your cache directory
|
||||
* It's free and you will not need any license key
|
||||
|
||||
### Installation
|
||||
Installation
|
||||
## Requirements
|
||||
1- use 64bit edition of your distro
|
||||
make sure below packages is already installed on your Linux distro
|
||||
* `wine`
|
||||
* `aria2c`
|
||||
* `md5sum`
|
||||
|
||||
if they are not already installed you can install them using your package manager for example in arch Linux
|
||||
```bash
|
||||
sudo pacman -S wine aria2c
|
||||
```
|
||||
2- make sure you have enogh storage in your `/home` partition about `5 GiB`
|
||||
> 1 GiB will be free after installation
|
||||
|
||||
3- make sure you have internet connection and about 1.5 Gib traffic for downloading photoshop and its components at first time
|
||||
|
||||
## Installation
|
||||
for installing photoshop just run the bash script with below command it downloads and installs photoshop include its component and configures wine automatically
|
||||
|
||||
```bash
|
||||
|
@ -21,3 +36,10 @@ chmod +x PhotoshopSetup.sh
|
|||
./PhotoshopSetup.sh
|
||||
```
|
||||
during installation please pay attention to script messages
|
||||
|
||||
## To Do
|
||||
* create uninstall script
|
||||
|
||||
|
||||
## License
|
||||
![GitHub](https://img.shields.io/github/license/Gictorbit/photoshopCClinux?style=for-the-badge)
|
||||
|
|
Loading…
Reference in New Issue