-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: update development guide #427
Conversation
@@ -27,6 +27,9 @@ cp hooks/* .git/hooks/ | |||
- `cargo test` - Run the tests | |||
- `cargo build` - Build a debug build. The executable will be available in ./target/debug/unleash-edge once successful | |||
- `cargo build --release` - Build a release build. The executable will be available in ./target/release/unleash-edge once successful. - If you want to run loadtesting, you should really build in release mode. 10-20x faster than the debug build | |||
- `cargo run -- edge --markdown-help -u http://localhost:4242 > CLI.md` - Update the CLI.md file. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this new? I don't remember a CLI file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I do not know, I learned it from @chriswk
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay Chris explained it to me. That's very nice
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, very nice
Adding a few cargo commands to make it easier for contributors to discover.