fix: Fixed error in the script as well as in the readme

This commit is contained in:
Guillem George 2025-12-01 14:22:26 +01:00
parent b6e198ddf3
commit 7f8656154a
2 changed files with 8 additions and 6 deletions

View file

@ -2,19 +2,20 @@
## Installation
**WARNING** installer considers that '~/afs/' exists
**WARNING** Make sure to backup all your important dotfiles before running that
Note: installer considers that '~/afs/' exists
'''sh
```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
```sh
cd ~/afs
git restore .
'''
```