readme updated
This commit is contained in:
parent
cb0215e8f1
commit
0088a72a8a
14
README.md
14
README.md
|
@ -24,7 +24,7 @@ and sets some necessary component up for best performance
|
||||||
## :warning: Requirements
|
## :warning: Requirements
|
||||||
1- use 64bit edition of your distro
|
1- use 64bit edition of your distro
|
||||||
|
|
||||||
2-make sure below packages are already installed on your Linux distro
|
2-make sure following packages are already installed on your Linux distro
|
||||||
* `wine`
|
* `wine`
|
||||||
* `winetricks`
|
* `winetricks`
|
||||||
* `aria2c`
|
* `aria2c`
|
||||||
|
@ -92,7 +92,7 @@ during installation please pay attention to script messages
|
||||||
for components installation you have two options, using winetricks or using custom way.
|
for components installation you have two options, using winetricks or using custom way.
|
||||||
|
|
||||||
### :one: component installation using winetricks (Recommended)
|
### :one: component installation using winetricks (Recommended)
|
||||||
for installing photoshop just run the bash script with below command it downloads and installs photoshop include its component using winetricks and configures wine automatically
|
for installing photoshop just run the bash script with following command, it downloads and installs photoshop include its component using winetricks and configures wine automatically
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
chmod +x PhotoshopSetup.sh
|
chmod +x PhotoshopSetup.sh
|
||||||
|
@ -100,7 +100,7 @@ chmod +x PhotoshopSetup.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
### :two: component installation using custom script
|
### :two: component installation using custom script
|
||||||
for installing photoshop just run the bash script with below command it downloads and installs photoshop include its component and configures wine automatically
|
for installing photoshop just run the bash script with the command below. it downloads and installs photoshop include its component and configures wine automatically
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
chmod +x PhotoshopSetupCustom.sh
|
chmod +x PhotoshopSetupCustom.sh
|
||||||
|
@ -111,7 +111,7 @@ chmod +x PhotoshopSetupCustom.sh
|
||||||
|
|
||||||
|
|
||||||
## :wine_glass: wineprefix Configuration
|
## :wine_glass: wineprefix Configuration
|
||||||
if you need to configure wineprefix of photoshop you can use `winecfg.sh` script just run below command
|
if you need to configure wineprefix of photoshop you can use `winecfg.sh` script just run command below
|
||||||
```bash
|
```bash
|
||||||
chmod +x winecfg.sh
|
chmod +x winecfg.sh
|
||||||
./winecfg.sh
|
./winecfg.sh
|
||||||
|
@ -126,7 +126,7 @@ if you get some errors during working with these tools
|
||||||
It may because of the graphics card.</br>
|
It may because of the graphics card.</br>
|
||||||
|
|
||||||
photoshop uses the `GPU` to process these tools so before using these tools make sure that your graphics card `(Nvidia, AMD)` is configured correctly in your Linux machine.
|
photoshop uses the `GPU` to process these tools so before using these tools make sure that your graphics card `(Nvidia, AMD)` is configured correctly in your Linux machine.
|
||||||
</br>The other solution is you can configure photoshop to use `CPU` for image processing. to do that, follow the below steps:
|
</br>The other solution is you can configure photoshop to use `CPU` for image processing. to do that, follow the steps below:
|
||||||
|
|
||||||
* go to edit tab and open `preferences` or `[ctrl+K]`
|
* go to edit tab and open `preferences` or `[ctrl+K]`
|
||||||
* then go to the `performance` tab
|
* then go to the `performance` tab
|
||||||
|
@ -139,7 +139,7 @@ photoshop uses the `GPU` to process these tools so before using these tools make
|
||||||
<details>
|
<details>
|
||||||
<summary>:camera: Adobe Camera Raw</summary>
|
<summary>:camera: Adobe Camera Raw</summary>
|
||||||
|
|
||||||
another useful adobe software is `camera raw` if you want to work with it beside photoshop you must install it separately to do this, after photoshop installation run `cameraRawInstaller.sh` script with below commands:
|
another useful adobe software is `camera raw` if you want to work with it beside photoshop you must install it separately to do this, after photoshop installation run `cameraRawInstaller.sh` script with commands below:
|
||||||
```bash
|
```bash
|
||||||
chmod +x cameraRawInstaller.sh
|
chmod +x cameraRawInstaller.sh
|
||||||
./cameraRawInstaller.sh
|
./cameraRawInstaller.sh
|
||||||
|
@ -155,7 +155,7 @@ then restart photoshop.you can open it from
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
## :hotsprings: Uninstall
|
## :hotsprings: Uninstall
|
||||||
for uninstall photoshop you can use uninstaller script with below commands
|
for uninstall photoshop you can use uninstaller script with commands below
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
chmod +x uninstaller.sh
|
chmod +x uninstaller.sh
|
||||||
|
|
Loading…
Reference in New Issue