Installer update

This commit is contained in:
Guillem George 2025-11-25 17:58:01 +01:00
parent 852427a8ee
commit b6e198ddf3
5 changed files with 98 additions and 12 deletions

20
README.md Normal file
View file

@ -0,0 +1,20 @@
# Boussole Desktop
## Installation
**WARNING** installer considers that '~/afs/' exists
'''sh
git clone https://forge.oblic-parallels.fr/guillm/boussole.git
cd boussole
./install.sh
'''
## Uninstallation
**WARNING** This will reset all your config files in your AFS
'''sh
cd ~/afs
git restore .
'''