We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faf56ac commit c3ba708Copy full SHA for c3ba708
1 file changed
README.md
@@ -17,6 +17,20 @@ https://github.com/user-attachments/assets/7c6da538-c780-4ef7-8b57-31fbd3f01c22
17
## Install
18
You need: `mpv` (required), `rofi` (optional), a working Go toolchain if building from source.
19
20
+<details>
21
+<summary>Arch Linux</summary>
22
+
23
+```bash
24
+# Using Paru
25
+paru -Sy ice-cli-bin
26
27
+# Using Yay
28
+yay -Sy ice-cli-bin
29
+```
30
31
+</details>
32
33
34
<details>
35
<summary>Generic Installation</summary>
36
0 commit comments