Skip to content

Commit 1f6240b

Browse files
docs: add documentation on AUR installation
Signed-off-by: Julian POIDEVIN <[email protected]> Signed-off-by: Julian POIDEVIN <[email protected]>
1 parent 60685ab commit 1f6240b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@
6666

6767
> **Everything here is created on rofi version : `1.7.4`**
6868
69+
### From source
70+
6971
* First, Make sure you have the same (stable) version of rofi installed.
7072
- On Arch / Arch-based : **`sudo pacman -S rofi`**
7173
- On Debian / Ubuntu : **`sudo apt-get install rofi`**
@@ -98,6 +100,15 @@ $ ./setup.sh
98100

99101
> **Note** : These themes are like an ecosystem, everything here is connected with each other in some way. So... before modifying anything by your own, make sure you know what you doing.
100102
103+
### Arch Linux
104+
This collection is available on the [AUR](https://aur.archlinux.org/packages/rofi-adi1090x), you can install it with `makepkg` or using an AUR helper.
105+
106+
```sh
107+
git clone https://aur.archlinux.org/rofi-adi1090x.git
108+
cd rofi-adi1090x
109+
makepkg -Ccsi
110+
```
111+
101112
---
102113

103114
<p align="center">

0 commit comments

Comments
 (0)