Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.
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
4 changes: 2 additions & 2 deletions docs/source/getting-started/installation/packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ Install directly using our installer from github:

For the latest release:
```{code-block} console
curl -fsSL https://raw.githubusercontent.com/jumpstarter/jumpstarter/main/install.sh | bash
curl -fsSL https://raw.githubusercontent.com/jumpstarter-dev/jumpstarter/main/install.sh | bash
```

Or with explicit source specification (main branch example)
```{code-block} console
curl -fsSL https://raw.githubusercontent.com/jumpstarter/jumpstarter/main/install.sh | bash -s -- -s main
curl -fsSL https://raw.githubusercontent.com/jumpstarter-dev/jumpstarter/main/install.sh | bash -s -- -s main
```

##### Local Installation
Expand Down
Loading