File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,6 +18,30 @@ Focused on Acer-only provider. Module path rename is pending; code may still imp
1818## Install
1919You 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
2347git clone https://github.com/Wraient/ice.git
You can’t perform that action at this time.
0 commit comments