Fix README.md
This commit is contained in:
parent
631ffa85d3
commit
cc788735dd
@ -27,12 +27,19 @@ To install the program, first clone the repository:
|
|||||||
git clone https://github.com/Fuxino/simple_backup.git
|
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:
|
Then run:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd simple_backup
|
cd simple_backup
|
||||||
python -m build --wheel
|
python -m build --wheel
|
||||||
python -m installer dist/*.whl
|
python -m installer dist/*.whl
|
||||||
|
```
|
||||||
|
|
||||||
For Arch Linux, a PKGBUILD that automates this process is provided.
|
For Arch Linux, a PKGBUILD that automates this process is provided.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user