Skip to content

Commit 9573eff

Browse files
committed
.
2 parents 488ab04 + eff3a4a commit 9573eff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ndi/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ A comprehensive installer script that sets up NDI (Network Device Interface) SDK
3838

3939
```bash
4040
# Download the installer
41-
curl -LO https://raw.githubusercontent.com/your-repo/ndi-installer/main/install_ndi.sh
41+
curl -LO https://raw.githubusercontent.com/steveseguin/ndi-installer/main/install_ndi.sh
4242

4343
# Make it executable
4444
chmod +x install_ndi.sh
@@ -50,7 +50,7 @@ chmod +x install_ndi.sh
5050
### One-Line Installation
5151

5252
```bash
53-
curl -sSf https://raw.githubusercontent.com/your-repo/ndi-installer/main/install_ndi.sh | bash
53+
curl -sSf https://raw.githubusercontent.com/steveseguin/ndi-installer/main/install_ndi.sh | bash
5454
```
5555

5656
## What Gets Installed

0 commit comments

Comments
 (0)