kinode-dao / kinode-book

"Rust Book"-style introduction and documentation for Kinode OS
Apache License 2.0
12 stars 8 forks source link

New Section: `kit build-start-package` #190

Closed jurij-jukic closed 6 months ago

jurij-jukic commented 6 months ago

@nick1udwig, please proof read the section. most of it was copy pasted from kit build and kit start-package

things to check:

Q: what should be written under --features?

jurij-jukic commented 6 months ago

@nick1udwig could you give an example of using --features with multiple features? i assume cargo.toml needs to be modified as well.

nick1udwig commented 6 months ago

@nick1udwig could you give an example of using --features with multiple features? i assume cargo.toml needs to be modified as well.

https://doc.rust-lang.org/cargo/reference/features.html#command-line-feature-options

Currently the only feature we support system-wide is simulation-mode, but that doesn't stop users from making their own for their processes

nick1udwig commented 6 months ago

Oh, one request before merge. Please add a link to kit-dev-toolkit.md as well.

jurij-jukic commented 6 months ago

@nick1udwig please confirm my --features description, then it's good to go