diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -1 +1,11 @@ -# FreedoWM
\ No newline at end of file +# 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`
\ No newline at end of file |