You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I didn't find an installation guide on Tutorial page and the README.md. Currently, I am building and installing it from source by cargo build --release and cargo install --path .. I am not sure if this is recommended way to install it for now.
It would be very helpful if there is a installation guide in the Tutorial, since the cargo build way may be inconvenient for people who are not using Rust.
The text was updated successfully, but these errors were encountered:
@zzl0 Right now the way that you propose (cargo build --release && cargo install --path .) is very reasonable and I would recommend that for now.
Good point indeed to add at least some installation help to the tutorial. Will do that soon. Maybe I can also find the time to setup a GH action to build the binaries here.
Hi, thanks for building the tool.
I didn't find an installation guide on Tutorial page and the README.md. Currently, I am building and installing it from source by
cargo build --release
andcargo install --path .
. I am not sure if this is recommended way to install it for now.It would be very helpful if there is a
installation guide
in the Tutorial, since thecargo build
way may be inconvenient for people who are not using Rust.The text was updated successfully, but these errors were encountered: