docs icon indicating copy to clipboard operation
docs copied to clipboard

DOCS for Community Edition: update "cargo build --release" change to ".cargo/bin/cargo build --release" twice

Open ma7cbesten opened this issue 7 months ago • 0 comments

Documentation only: https://greenbone.github.io/docs/latest/22.4/source-build/index.html at https://greenbone.github.io/docs/latest/22.4/source-build/index.html#openvasd openvasd

Expected behavior

"cargo build --release" should build

Actual behavior

(bash: cargo: command not found)

Steps to reproduce

cargo build --release

change to

~/.cargo/bin/cargo build --release

ma7cbesten avatar Jul 27 '25 13:07 ma7cbesten