We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b514fba commit 21ed0adCopy full SHA for 21ed0ad
website/docs/node-operators/block-producer.md
@@ -15,13 +15,13 @@ Ensure Docker and Docker Compose are installed on your system -
15
16
1. **Download the Latest Release**
17
18
-- Visit the [Open Mina Releases](https://github.com/o1-labs/mina-rust/releases)
19
-- Download the latest `openmina-vX.Y.Z-docker-compose.zip`
+- Visit the [Mina Rust Releases](https://github.com/o1-labs/mina-rust/releases)
+- Download the latest `mina-rust-vX.Y.Z-docker-compose.zip`
20
- Extract the Files:
21
22
```bash
23
- unzip openmina-vX.Y.Z-docker-compose.zip
24
- cd openmina-vX.Y.Z-docker-compose
+ unzip mina-rust-vX.Y.Z-docker-compose.zip
+ cd mina-rust-vX.Y.Z-docker-compose
25
mkdir mina-workdir
26
```
27
0 commit comments