Skip to content

Commit 2206702

Browse files
committed
update curl links [skip ci]
1 parent 263894a commit 2206702

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/NODE_GUIDE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Download the appropriate ZIP file for your system using the commands below or fr
5050
2. Download the ZIP file:
5151

5252
```sh
53-
curl -L -o dkn-compute-node.zip https://github.com/firstbatchxyz/dkn-compute-launcher/releases/download/v0.0.1/dkn-compute-launcher-macOS-arm64.zip
53+
curl -L -o dkn-compute-node.zip https://github.com/firstbatchxyz/dkn-compute-launcher/releases/download/latest/dkn-compute-launcher-macOS-arm64.zip
5454
```
5555

5656
3. Unzip the downloaded file:
@@ -81,7 +81,7 @@ Download the appropriate ZIP file for your system using the commands below or fr
8181
2. Download the ZIP file:
8282

8383
```sh
84-
curl -L -o dkn-compute-node.zip https://github.com/firstbatchxyz/dkn-compute-launcher/releases/download/v0.0.1/dkn-compute-launcher-linux-amd64.zip
84+
curl -L -o dkn-compute-node.zip https://github.com/firstbatchxyz/dkn-compute-launcher/releases/download/latest/dkn-compute-launcher-linux-amd64.zip
8585
```
8686

8787
3. Unzip the downloaded file:
@@ -104,7 +104,7 @@ Download the appropriate ZIP file for your system using the commands below or fr
104104
2. Download the ZIP file using a web browser or in PowerShell:
105105

106106
```cmd
107-
Invoke-WebRequest -Uri "https://github.com/firstbatchxyz/dkn-compute-launcher/releases/download/v0.0.1/dkn-compute-launcher-windows-amd64.zip" -OutFile "dkn-compute-node.zip"
107+
Invoke-WebRequest -Uri "https://github.com/firstbatchxyz/dkn-compute-launcher/releases/download/latest/dkn-compute-launcher-windows-amd64.zip" -OutFile "dkn-compute-node.zip"
108108
```
109109

110110
3. Unzip the downloaded file using File Explorer or in PowerShell:

0 commit comments

Comments
 (0)