Skip to content

Commit e6ad8ce

Browse files
committed
docs: format atlas installation instructions for terminal view
1 parent 51be4c7 commit e6ad8ce

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed
Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,8 @@
1-
### Installation
2-
## The recommended way to install the Atlas Suite is via **atlas.hub**:
3-
4-
### 🐧 Linux / 🍎 macOS (Bash)
5-
```bash
1+
# macOS / Linux (Bash)
62
curl -fsSL https://raw.githubusercontent.com/fezcode/atlas.hub/main/scripts/install.sh | bash
7-
```
83

9-
### 🪟 Windows (PowerShell)
10-
```powershell
4+
# Windows (PowerShell)
115
irm https://raw.githubusercontent.com/fezcode/atlas.hub/main/scripts/install.ps1 | iex
12-
```
13-
14-
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.
156

16-
To manually build for all platforms, you can still run `gobake build` in any individual tool repository.
7+
# After installing, run 'atlas.hub' to select tools.
8+
# Automated by gobake.

0 commit comments

Comments
 (0)