Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ On macOS, `make` comes from Xcode Command Line Tools. If your machine does not
have `make` yet, bootstrap Shellcraft once with the remote installer:

```bash
URL="https://raw.githubusercontent.com/ajitgunturi/shellcraft/main/setup-my-mac.sh"
URL="https://raw.githubusercontent.com/arcanelabsio/shellcraft/main/setup-my-mac.sh"
bash <(curl -fsSL "$URL") --apply --profile core
```

Expand All @@ -60,14 +60,14 @@ make plan PROFILE=core
Preview-only remote run:

```bash
URL="https://raw.githubusercontent.com/ajitgunturi/shellcraft/main/setup-my-mac.sh"
URL="https://raw.githubusercontent.com/arcanelabsio/shellcraft/main/setup-my-mac.sh"
bash <(curl -fsSL "$URL")
```

Install immediately with the default `core` profile:

```bash
URL="https://raw.githubusercontent.com/ajitgunturi/shellcraft/main/setup-my-mac.sh"
URL="https://raw.githubusercontent.com/arcanelabsio/shellcraft/main/setup-my-mac.sh"
bash <(curl -fsSL "$URL") --apply --profile core
```

Expand Down
Loading