Skip to content

Commit 47e81ae

Browse files
committed
better codeblocks [skip ci]
1 parent 2bde341 commit 47e81ae

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/NODE_GUIDE.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ Download the appropriate ZIP file for your system using the commands below or fr
5252
```sh
5353
# for arm64, use arm64
5454
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
5558
# for x86_64, use amd64
5659
curl -L -o dkn-compute-node.zip https://github.com/firstbatchxyz/dkn-compute-launcher/releases/latest/download/dkn-compute-launcher-macOS-amd64.zip
5760
```
@@ -86,6 +89,9 @@ Download the appropriate ZIP file for your system using the commands below or fr
8689
```sh
8790
# for aarch64, use arm64
8891
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
8995
# for x86_64, use amd64
9096
curl -L -o dkn-compute-node.zip https://github.com/firstbatchxyz/dkn-compute-launcher/releases/latest/download/dkn-compute-launcher-linux-amd64.zip
9197
```
@@ -112,6 +118,9 @@ Download the appropriate ZIP file for your system using the commands below or fr
112118
```cmd
113119
# for x64, use amd64
114120
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
115124
# for ARM, use arm64
116125
Invoke-WebRequest -Uri "https://github.com/firstbatchxyz/dkn-compute-launcher/releases/latest/download/dkn-compute-launcher-windows-arm64.zip" -OutFile "dkn-compute-node.zip"
117126
```

0 commit comments

Comments
 (0)