Skip to content

Commit 0cbe431

Browse files
authored
Merge pull request #234 from sanders41/aur
Add AUR install instructions
2 parents bae5f2f + a3a3bd9 commit 0cbe431

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,21 @@ Dev packages:
3535

3636
## Installation
3737

38-
Python Project Generator can be installed with binaries provided with each release
39-
[here](https://github.com/sanders41/python-project-generator/releases), or with cargo.
38+
Install with `cargo`:
4039

4140
```sh
4241
cargo install python-project-generator
4342
```
4443

44+
Install on Arch with the AUR:
45+
46+
```sh
47+
paru -S python-project-generator-bin
48+
```
49+
50+
Python Project Generator can also be installed with binaries provided with each release
51+
[here](https://github.com/sanders41/python-project-generator/releases), or with cargo.
52+
4553
## How to use
4654

4755
### Create a new project

0 commit comments

Comments
 (0)