File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,9 @@ Download the appropriate ZIP file for your system using the commands below or fr
52
52
``` sh
53
53
# for arm64, use arm64
54
54
curl -L -o dkn-compute-node.zip https://github.com/firstbatchxyz/dkn-compute-launcher/releases/latest/download/dkn-compute-launcher-macOS-arm64.zip
55
+ ```
56
+
57
+ ``` sh
55
58
# for x86_64, use amd64
56
59
curl -L -o dkn-compute-node.zip https://github.com/firstbatchxyz/dkn-compute-launcher/releases/latest/download/dkn-compute-launcher-macOS-amd64.zip
57
60
```
@@ -86,6 +89,9 @@ Download the appropriate ZIP file for your system using the commands below or fr
86
89
``` sh
87
90
# for aarch64, use arm64
88
91
curl -L -o dkn-compute-node.zip https://github.com/firstbatchxyz/dkn-compute-launcher/releases/latest/download/dkn-compute-launcher-linux-arm64.zip
92
+ ```
93
+
94
+ ``` sh
89
95
# for x86_64, use amd64
90
96
curl -L -o dkn-compute-node.zip https://github.com/firstbatchxyz/dkn-compute-launcher/releases/latest/download/dkn-compute-launcher-linux-amd64.zip
91
97
```
@@ -112,6 +118,9 @@ Download the appropriate ZIP file for your system using the commands below or fr
112
118
``` cmd
113
119
# for x64, use amd64
114
120
Invoke-WebRequest -Uri "https://github.com/firstbatchxyz/dkn-compute-launcher/releases/latest/download/dkn-compute-launcher-windows-amd64.zip" -OutFile "dkn-compute-node.zip"
121
+ ```
122
+
123
+ ``` cmd
115
124
# for ARM, use arm64
116
125
Invoke-WebRequest -Uri "https://github.com/firstbatchxyz/dkn-compute-launcher/releases/latest/download/dkn-compute-launcher-windows-arm64.zip" -OutFile "dkn-compute-node.zip"
117
126
```
You can’t perform that action at this time.
0 commit comments