Skip to content

Commit fde0846

Browse files
committed
fix: rephrasing to improve clarity
1 parent 5fb8826 commit fde0846

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

docs/website/root/manual/develop/nodes/mithril-aggregator.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ To run in debug mode with the default configuration, use the following command:
9494
make debug
9595
```
9696

97-
## Release the build and run the binary 'serve' command
97+
## Building for release and running the binary 'serve' command
9898

9999
To build and run in release mode with the default configuration:
100100

@@ -161,7 +161,7 @@ Run the 'serve' command in release mode with a custom configuration using enviro
161161
GENESIS_VERIFICATION_KEY=$(wget -q -O - **YOUR_GENESIS_VERIFICATION_KEY**) RUN_INTERVAL=60000 NETWORK=**YOUR_CARDANO_NETWORK** ./mithril-aggregator serve
162162
```
163163

164-
## Release the build and run the binary 'genesis' command
164+
## Building for release and running the binary 'genesis' command
165165

166166
Build in release mode with the default configuration:
167167

@@ -235,7 +235,7 @@ Run the 'genesis import' command in release mode with a custom configuration usi
235235
GENESIS_VERIFICATION_KEY=$(wget -q -O - **YOUR_GENESIS_VERIFICATION_KEY**) RUN_INTERVAL=60000 NETWORK=**YOUR_CARDANO_NETWORK** ./mithril-aggregator genesis import
236236
```
237237

238-
## Release the build and run the binary 'era' command
238+
## Building for release and running the binary 'era' command
239239

240240
Build in release mode using the default configuration:
241241

@@ -323,7 +323,7 @@ You should see something like:
323323
./mithril-aggregator era generate-tx-datum --current-era-epoch **EPOCH_AT_WHICH_CURRENT_ERA_STARTS** --next-era-epoch **EPOCH_AT_WHICH_NEXT_ERA_STARTS** --era-markers-secret-key **YOUR_ERA_ACTIVATION_SECRET_KEY** --target-path **TARGET_PATH**
324324
```
325325

326-
## Release the build and run the binary 'tools' command
326+
## Building for release and running the binary 'tools' command
327327

328328
Build in release mode using the default configuration:
329329

docs/website/root/manual/develop/nodes/mithril-client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ Run in debug mode with the default configuration:
163163
</TabItem>
164164
</Tabs>
165165

166-
## Release the build and run the binary
166+
## Building for release and running the binary
167167

168168
Build and run in release mode with the default configuration:
169169

docs/website/root/manual/develop/nodes/mithril-signer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Run in debug mode with the default configuration:
9696
make debug
9797
```
9898

99-
## Release the build and run the binary
99+
## Building for release and running the binary
100100

101101
To build and run in release mode with the default configuration:
102102

docs/website/versioned_docs/version-maintained/manual/develop/nodes/mithril-aggregator.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ To run in debug mode with the default configuration, use the following command:
9494
make debug
9595
```
9696

97-
## Release the build and run the binary 'serve' command
97+
## Building for release and running the binary 'serve' command
9898

9999
To build and run in release mode with the default configuration:
100100

@@ -161,7 +161,7 @@ Run the 'serve' command in release mode with a custom configuration using enviro
161161
GENESIS_VERIFICATION_KEY=$(wget -q -O - **YOUR_GENESIS_VERIFICATION_KEY**) RUN_INTERVAL=60000 NETWORK=**YOUR_CARDANO_NETWORK** ./mithril-aggregator serve
162162
```
163163

164-
## Release the build and run the binary 'genesis' command
164+
## Building for release and running the binary 'genesis' command
165165

166166
Build in release mode with the default configuration:
167167

@@ -235,7 +235,7 @@ Run the 'genesis import' command in release mode with a custom configuration usi
235235
GENESIS_VERIFICATION_KEY=$(wget -q -O - **YOUR_GENESIS_VERIFICATION_KEY**) RUN_INTERVAL=60000 NETWORK=**YOUR_CARDANO_NETWORK** ./mithril-aggregator genesis import
236236
```
237237

238-
## Release the build and run the binary 'era' command
238+
## Building for release and running the binary 'era' command
239239

240240
Build in release mode using the default configuration:
241241

@@ -323,7 +323,7 @@ You should see something like:
323323
./mithril-aggregator era generate-tx-datum --current-era-epoch **EPOCH_AT_WHICH_CURRENT_ERA_STARTS** --next-era-epoch **EPOCH_AT_WHICH_NEXT_ERA_STARTS** --era-markers-secret-key **YOUR_ERA_ACTIVATION_SECRET_KEY** --target-path **TARGET_PATH**
324324
```
325325

326-
## Release the build and run the binary 'tools' command
326+
## Building for release and running the binary 'tools' command
327327

328328
Build in release mode using the default configuration:
329329

docs/website/versioned_docs/version-maintained/manual/develop/nodes/mithril-client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ Run in debug mode with the default configuration:
163163
</TabItem>
164164
</Tabs>
165165

166-
## Release the build and run the binary
166+
## Building for release and running the binary
167167

168168
Build and run in release mode with the default configuration:
169169

docs/website/versioned_docs/version-maintained/manual/develop/nodes/mithril-signer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Run in debug mode with the default configuration:
9696
make debug
9797
```
9898

99-
## Release the build and run the binary
99+
## Building for release and running the binary
100100

101101
To build and run in release mode with the default configuration:
102102

mithril-relay/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Generate the Rust documentation:
6464
make doc
6565
```
6666

67-
## Release the build and run the binary
67+
## Building for release and running the binary
6868

6969
Build only in release mode:
7070

0 commit comments

Comments
 (0)