File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,33 +57,33 @@ The project consists of several packages:
5757
5858One-shot installer:
5959``` bash
60- curl -fsSL https://raw.githubusercontent.com/anycode-ide /anycode/main/install.sh | sh
60+ curl -fsSL https://raw.githubusercontent.com/anycode-ade /anycode/main/install.sh | sh
6161```
6262
6363You can also pin a version:
6464``` bash
65- curl -fsSL https://raw.githubusercontent.com/anycode-ide /anycode/main/install.sh | sh -s -- --version v0.0.10
65+ curl -fsSL https://raw.githubusercontent.com/anycode-ade /anycode/main/install.sh | sh -s -- --version v0.0.10
6666```
6767
6868Linux (x86_64):
6969``` bash
70- curl -L https://github.com/anycode-ide /anycode/releases/latest/download/anycode-linux-x86_64-musl.tar.gz | tar -xz
70+ curl -L https://github.com/anycode-ade /anycode/releases/latest/download/anycode-linux-x86_64-musl.tar.gz | tar -xz
7171sudo mv anycode /usr/local/bin/
7272sudo chmod +x /usr/local/bin/anycode
7373anycode
7474```
7575
7676Linux (ARM64):
7777``` bash
78- curl -L https://github.com/anycode-ide /anycode/releases/latest/download/anycode-linux-aarch64-musl.tar.gz | tar -xz
78+ curl -L https://github.com/anycode-ade /anycode/releases/latest/download/anycode-linux-aarch64-musl.tar.gz | tar -xz
7979sudo mv anycode /usr/local/bin/
8080sudo chmod +x /usr/local/bin/anycode
8181anycode
8282```
8383
8484MacOS:
8585``` bash
86- curl -L https://github.com/anycode-ide /anycode/releases/latest/download/anycode-universal-apple-darwin.tar.gz | tar -xz
86+ curl -L https://github.com/anycode-ade /anycode/releases/latest/download/anycode-universal-apple-darwin.tar.gz | tar -xz
8787sudo mv anycode /usr/local/bin/
8888sudo chmod +x /usr/local/bin/anycode
8989anycode
Original file line number Diff line number Diff line change 22
33set -eu
44
5- REPO=" ${ANYCODE_REPO:- anycode-ide / anycode} "
5+ REPO=" ${ANYCODE_REPO:- anycode-ade / anycode} "
66VERSION=" ${ANYCODE_VERSION:- latest} "
77PREFIX=" ${ANYCODE_INSTALL_DIR:- } "
88
@@ -11,7 +11,7 @@ usage() {
1111Usage: install.sh [--version TAG] [--prefix DIR] [--repo OWNER/REPO]
1212
1313Environment variables:
14- ANYCODE_REPO GitHub repository, default: anycode-ide /anycode
14+ ANYCODE_REPO GitHub repository, default: anycode-ade /anycode
1515 ANYCODE_VERSION Release tag to install, default: latest
1616 ANYCODE_INSTALL_DIR Installation directory, default: ~/.local/bin or /usr/local/bin for root
1717EOF
You can’t perform that action at this time.
0 commit comments