blockauth/README.md

18 lines
240 B
Markdown
Raw Normal View History

2024-03-28 12:15:57 +01:00
# blockauth
2024-03-28 12:51:08 +01:00
## Install blockauth
2024-03-28 12:15:57 +01:00
```
2024-03-28 12:51:08 +01:00
git clone https://gitlab.com/q3aql/blockauth.git
cd blockauth
sudo ./install.sh
2024-03-28 12:15:57 +01:00
```
2024-03-28 12:51:08 +01:00
## Unninstall blockauth
2024-03-28 12:15:57 +01:00
2024-03-28 12:51:08 +01:00
```
git clone https://gitlab.com/q3aql/blockauth.git
cd blockauth
sudo ./unninstall.sh
```