Skip to content

Commit dac9a74

Browse files
authored
Merge pull request #41 from KiFoundation/fix-readme
Minor readme fix
2 parents 2a87d4d + 604f00c commit dac9a74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,14 +132,14 @@ Build an `amd64` static binary
132132

133133
```bash
134134
make build-reproducible-amd64 # For mainnet
135-
make build-reproducible-testnet-amd64 # For testnet
135+
make build-testnet-reproducible-amd64 # For testnet
136136
```
137137

138138
Build an `arm64` static binary
139139

140140
```bash
141141
make build-reproducible-arm64 # For mainnet
142-
make build-reproducible-testnet-arm64 # For testnet
142+
make build-testnet-reproducible-arm64 # For testnet
143143
```
144144

145145
**Note:** arm64 compatiblity is proposed but not guaranteed. We recommend users to run on amd64 platforms.

0 commit comments

Comments
 (0)