From 4b9be0fbe998211b3e5f4a3c7365b5a369e62065 Mon Sep 17 00:00:00 2001 From: victor Date: Thu, 13 Feb 2020 21:12:48 +0330 Subject: [PATCH] readme updated --- README.md | 34 ++++++++++++++++++++++++++++------ 1 file changed, 28 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index dfd8f25..4b63dd5 100644 --- a/README.md +++ b/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)