Build issue - Instructions seem incorect
Hello Everyone,
when building boringtun based on the READMEI get the following error
Executable: cargo build --bin boringtun --release [--target $(TARGET_TRIPLE)] specifically using this cargo build --bin boringtun --release
I get the following error error: no bin target named `boringtun'
looking at the Azure CI pipeline it looks like the command is actualy cargo build --bin boringtun-cli --release
That seems to work, not sure if the main README needs to be updated?
Thanks, Greg
We recently made some changes to the project layout, and we have not updated the readme yet. boringtun-cli is the new name of the binary.
I'm gonna leave this open as an issue because the docs need some love here.