Add installation command for BSD systems

This commit is contained in:
Sergei Eremenko 2017-11-07 19:46:10 +02:00
parent 0b30e02b44
commit a58a5d0086

View file

@ -62,6 +62,12 @@ Use the script to install the latest version directly from this repo (independen
wget -qO- https://raw.githubusercontent.com/PapirusDevelopmentTeam/papirus-folders/master/install.sh | sh
```
To install papirus-folders on **BSD systems** using the following command:
```
wget -qO- https://raw.githubusercontent.com/PapirusDevelopmentTeam/papirus-folders/master/install.sh | TAG=xBSD PREFIX=/usr/local sh
```
#### Uninstall
```