Skip to content

Commit 2c12b5c

Browse files
committed
Update repository name references
1 parent a6a5cfd commit 2c12b5c

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,33 +57,33 @@ The project consists of several packages:
5757

5858
One-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

6363
You 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

6868
Linux (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
7171
sudo mv anycode /usr/local/bin/
7272
sudo chmod +x /usr/local/bin/anycode
7373
anycode
7474
```
7575

7676
Linux (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
7979
sudo mv anycode /usr/local/bin/
8080
sudo chmod +x /usr/local/bin/anycode
8181
anycode
8282
```
8383

8484
MacOS:
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
8787
sudo mv anycode /usr/local/bin/
8888
sudo chmod +x /usr/local/bin/anycode
8989
anycode

install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -eu
44

5-
REPO="${ANYCODE_REPO:-anycode-ide/anycode}"
5+
REPO="${ANYCODE_REPO:-anycode-ade/anycode}"
66
VERSION="${ANYCODE_VERSION:-latest}"
77
PREFIX="${ANYCODE_INSTALL_DIR:-}"
88

@@ -11,7 +11,7 @@ usage() {
1111
Usage: install.sh [--version TAG] [--prefix DIR] [--repo OWNER/REPO]
1212
1313
Environment 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
1717
EOF

0 commit comments

Comments
 (0)