Fix README.md

This commit is contained in:
daniele 2023-05-05 19:30:53 +02:00
parent 631ffa85d3
commit cc788735dd
Signed by: fuxino
GPG Key ID: 981A2B2A3BBF5514

View File

@ -27,12 +27,19 @@ To install the program, first clone the repository:
git clone https://github.com/Fuxino/simple_backup.git
```
Install tools required to build and install the package:
```bash
pip install --upgrade build installer wheel
```
Then run:
```bash
cd simple_backup
python -m build --wheel
python -m installer dist/*.whl
```
For Arch Linux, a PKGBUILD that automates this process is provided.