Skip to content

Commit c760e18

Browse files
committed
Update README
1 parent 31e8357 commit c760e18

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,17 @@ The project consists of several packages:
2929
## Installation
3030
### From releases
3131

32-
Linux:
32+
Linux (x86_64):
3333
```bash
34-
curl -L https://github.com/anycode-ide/anycode/releases/latest/download/anycode-linux-x86_64.tar.gz | tar -xz
34+
curl -L https://github.com/anycode-ide/anycode/releases/latest/download/anycode-linux-x86_64-musl.tar.gz | tar -xz
35+
sudo mv anycode /usr/local/bin/
36+
sudo chmod +x /usr/local/bin/anycode
37+
anycode
38+
```
39+
40+
Linux (ARM64):
41+
```bash
42+
curl -L https://github.com/anycode-ide/anycode/releases/latest/download/anycode-linux-aarch64-musl.tar.gz | tar -xz
3543
sudo mv anycode /usr/local/bin/
3644
sudo chmod +x /usr/local/bin/anycode
3745
anycode

0 commit comments

Comments
 (0)