Skip to content

Commit 0d6636c

Browse files
authored
Update references for install scripts
1 parent d536111 commit 0d6636c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@ and clients in enterprise environments.
1111
Install the latest version using the install script:
1212

1313
```bash
14-
curl -fsSL https://raw.githubusercontent.com/mangelajo/jumpstarter-lab-config/main/install.sh | bash
14+
curl -fsSL https://raw.githubusercontent.com/jumpstarter-dev/jumpstarter-lab-config/main/install.sh | bash
1515
```
1616

1717
Or install a specific version:
1818

1919
```bash
20-
curl -fsSL https://raw.githubusercontent.com/mangelajo/jumpstarter-lab-config/main/install.sh | bash -s v0.0.2
20+
curl -fsSL https://raw.githubusercontent.com/jumpstarter-dev/jumpstarter-lab-config/main/install.sh | bash -s v0.0.2
2121
```
2222

2323
### Manual Installation
2424

25-
1. Download the latest release from the [releases page](https://github.com/mangelajo/jumpstarter-lab-config/releases)
25+
1. Download the latest release from the [releases page](https://github.com/jumpstarter-dev/jumpstarter-lab-config/releases)
2626
2. Extract the binary for your platform
2727
3. Move it to a directory in your PATH (e.g., `~/.local/bin` or `/usr/local/bin`)
2828
4. Make it executable: `chmod +x jumpstarter-lab-config`

0 commit comments

Comments
 (0)