File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ Download the appropriate ZIP file for your system using the commands below or fr
50
50
2 . Download the ZIP file:
51
51
52
52
``` 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
54
54
```
55
55
56
56
3 . Unzip the downloaded file:
@@ -81,7 +81,7 @@ Download the appropriate ZIP file for your system using the commands below or fr
81
81
2 . Download the ZIP file:
82
82
83
83
``` 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
85
85
```
86
86
87
87
3 . Unzip the downloaded file:
@@ -104,7 +104,7 @@ Download the appropriate ZIP file for your system using the commands below or fr
104
104
2 . Download the ZIP file using a web browser or in PowerShell:
105
105
106
106
``` 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"
108
108
```
109
109
110
110
3 . Unzip the downloaded file using File Explorer or in PowerShell:
You can’t perform that action at this time.
0 commit comments