blob: cc61c105f53caa50420ea316d99fab181dc646d9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# FreedoWM
<small><i>Pronunciation: /ˈfɹiːdəm/</i></small>
### Installation
There are two scripts helping you to install FreedoWM:
1. setup.py
* Installs FreedoWM to your path but doesn't configure the desktop manager to show the option of using FreedoWM
* Example: `sudo python3.7 setup.py install`
2. install.sh
* Executes `setup.py` and configures your desktop manager (it also adds the freedowm-session executable)
* Example: `sudo ./install.sh`
|