Update README: libnotify and package manager part.
- notify-send requires libnotify(-bin) package. - md5sum is not a package itself, it is part of coreutils. - proper package manager part.
This commit is contained in:
parent
7ba9c90159
commit
946ce8161b
12
README.md
12
README.md
|
@ -26,12 +26,14 @@ This bash script helps you to install `Adobe Illustrator CC` on your Linux distr
|
|||
|
||||
2-make sure the following packages are already installed on your Linux distro
|
||||
* `wine`
|
||||
* `md5sum`
|
||||
* `md5sum (coreutils)`
|
||||
* `libnotify`
|
||||
|
||||
|
||||
if they are not already installed you can install them using your package manager for example in arch Linux
|
||||
if they are not already installed you can install them using your package manager
|
||||
```bash
|
||||
sudo pacman -S wine
|
||||
sudo pacman -S wine coreutils libnotify #Arch and derivatives
|
||||
sudo apt install wine coreutils libnotify-bin #Debian/Ubuntu and derivatives
|
||||
sudo dnf install wine coreutils libnotify #Fedora/Redhat and derivatives
|
||||
```
|
||||
3- make sure you have enough storage in your `/home` partition about `2 GiB`
|
||||
> 400 MiB will be free after installation
|
||||
|
@ -96,4 +98,4 @@ chmod +x uninstaller.sh
|
|||
|
||||
<a href="https://github.com/Gictorbit/photoshopCClinux">
|
||||
<img src="https://github.com/Gictorbit/photoshopCClinux/raw/master/images/AdobePhotoshop-icon.png" width="9%">
|
||||
</a>
|
||||
</a>
|
||||
|
|
Loading…
Reference in New Issue