Skip to content

Commit 90ea7ae

Browse files
authored
Update README with installation instructions
1 parent acf37e3 commit 90ea7ae

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,30 @@ Focused on Acer-only provider. Module path rename is pending; code may still imp
1818
## Install
1919
You need: `mpv` (required), `rofi` (optional), a working Go toolchain if building from source.
2020

21+
<details>
22+
<summary>Generic Installation</summary>
23+
24+
Choose the appropriate binary for your system:
25+
26+
```bash
27+
# For Linux x86_64:
28+
curl -Lo ice https://github.com/Wraient/ice/releases/latest/download/ice-linux-amd64
29+
30+
# For Linux ARM64:
31+
curl -Lo ice https://github.com/Wraient/ice/releases/latest/download/ice-linux-arm64
32+
33+
# For macOS ARM64:
34+
curl -Lo ice https://github.com/Wraient/ice/releases/latest/download/ice-darwin-arm64
35+
36+
# For macOS x86_64:
37+
curl -Lo ice https://github.com/Wraient/ice/releases/latest/download/ice-darwin-amd64
38+
39+
chmod +x ice
40+
sudo mv ice /usr/bin/
41+
ice
42+
```
43+
</details>
44+
2145
### Build from Source
2246
```bash
2347
git clone https://github.com/Wraient/ice.git

0 commit comments

Comments
 (0)