chore: sweep mosaicstack/mosaic-stack → mosaicstack/stack + add short install URL (#448)

This commit was merged in pull request #448.
This commit is contained in:
2026-04-06 00:39:56 +00:00
parent d08b969918
commit 312acd8bad
27 changed files with 69 additions and 39 deletions

View File

@@ -6,6 +6,12 @@ Mosaic gives you a unified launcher for Claude Code, Codex, OpenCode, and Pi —
## Quick Install
```bash
curl -fsSL https://mosaicstack.dev/install.sh | bash
```
Or use the direct URL:
```bash
bash <(curl -fsSL https://git.mosaicstack.dev/mosaicstack/stack/raw/branch/main/tools/install.sh)
```
@@ -301,6 +307,12 @@ Each stage has a dispatch mode (`exec` for research/review, `yolo` for coding),
Run the installer again — it handles upgrades automatically:
```bash
curl -fsSL https://mosaicstack.dev/install.sh | bash
```
Or use the direct URL:
```bash
bash <(curl -fsSL https://git.mosaicstack.dev/mosaicstack/stack/raw/branch/main/tools/install.sh)
```