Skip to content

Commit 51be4c7

Browse files
committed
docs: update Atlas Suite installation with one-liner scripts
1 parent 16f5d4a commit 51be4c7

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

public/projects/atlas-projects/install.txt

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
### Installation
22
## The recommended way to install the Atlas Suite is via **atlas.hub**:
33

4+
### 🐧 Linux / 🍎 macOS (Bash)
45
```bash
5-
# 1. Bootstrap the hub
6-
git clone https://github.com/fezcode/atlas.hub
7-
cd atlas.hub
8-
./scripts/install.sh # or scripts/install.ps1 on Windows
6+
curl -fsSL https://raw.githubusercontent.com/fezcode/atlas.hub/main/scripts/install.sh | bash
7+
```
8+
9+
### 🪟 Windows (PowerShell)
10+
```powershell
11+
irm https://raw.githubusercontent.com/fezcode/atlas.hub/main/scripts/install.ps1 | iex
912
```
1013

1114
Once installed, simply run `atlas.hub` to interactively select and install any tool in the suite. The hub automates the cloning, building (via **gobake**), and path management for you.

0 commit comments

Comments
 (0)