Skip to content

Conversation

@themoenen
Copy link
Contributor

@themoenen themoenen commented Aug 25, 2025

Incorrect:

just gen-curve
cargo run --feature=full --release

Corrected:

just gen_curve
cargo run --features=full --release

Incorrect:
```
just gen-curve
```

Corrected:
```
just gen_curve
```
Correct the flag from `--feature` to `--features` in the deployment instructions.
@themoenen themoenen changed the title Fix command syntax for generating curve certificates Fix incorrect commands Aug 25, 2025
@themoenen themoenen merged commit d49a809 into main Aug 27, 2025
1 check passed
@themoenen themoenen deleted the patch-1-moe branch August 27, 2025 10:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants