We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 488ab04 + eff3a4a commit 9573effCopy full SHA for 9573eff
1 file changed
ndi/readme.md
@@ -38,7 +38,7 @@ A comprehensive installer script that sets up NDI (Network Device Interface) SDK
38
39
```bash
40
# Download the installer
41
-curl -LO https://raw.githubusercontent.com/your-repo/ndi-installer/main/install_ndi.sh
+curl -LO https://raw.githubusercontent.com/steveseguin/ndi-installer/main/install_ndi.sh
42
43
# Make it executable
44
chmod +x install_ndi.sh
@@ -50,7 +50,7 @@ chmod +x install_ndi.sh
50
### One-Line Installation
51
52
53
-curl -sSf https://raw.githubusercontent.com/your-repo/ndi-installer/main/install_ndi.sh | bash
+curl -sSf https://raw.githubusercontent.com/steveseguin/ndi-installer/main/install_ndi.sh | bash
54
```
55
56
## What Gets Installed
0 commit comments