Skip to content

Commit

Permalink
docs(readme): add info about AUR availability
Browse files Browse the repository at this point in the history
  • Loading branch information
aravinda0 committed Jul 10, 2024
1 parent 833e0d8 commit d397832
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ https://github.com/aravinda0/qtile-bonsai/assets/960763/b74e559a-30c0-4de7-86f4-

Assuming you already have
[qtile up and running](https://docs.qtile.org/en/latest/manual/install/), you
can install qtile-bonsai from PyPI.
have the following options for installation.

#### PyPI

```bash
pip install qtile-bonsai
Expand All @@ -75,6 +77,14 @@ pip install qtile-bonsai
> pipx inject qtile qtile-bonsai
> ```
#### AUR
For arch-based distros, you can install it from the AUR either manually or with
your favorite AUR-helper. For example:
```
yay -S qtile-bonsai
```
### Configuration
Expand Down
1 change: 1 addition & 0 deletions newsfragments/aur.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
You can now install the package from the AUR with your favorite AUR-helper. For example: `yay -S qtile-bonsai`
12 changes: 11 additions & 1 deletion templates/README.template.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ https://github.com/aravinda0/qtile-bonsai/assets/960763/b74e559a-30c0-4de7-86f4-

Assuming you already have
[qtile up and running](https://docs.qtile.org/en/latest/manual/install/), you
can install qtile-bonsai from PyPI.
have the following options for installation.

#### PyPI

```bash
pip install qtile-bonsai
Expand All @@ -75,6 +77,14 @@ pip install qtile-bonsai
> pipx inject qtile qtile-bonsai
> ```
#### AUR
For arch-based distros, you can install it from the AUR either manually or with
your favorite AUR-helper. For example:
```
yay -S qtile-bonsai
```
### Configuration
Expand Down

0 comments on commit d397832

Please sign in to comment.