Skip to content
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

Missing installation guide #8

Open
zzl0 opened this issue Jun 22, 2024 · 1 comment
Open

Missing installation guide #8

zzl0 opened this issue Jun 22, 2024 · 1 comment

Comments

@zzl0
Copy link
Contributor

zzl0 commented Jun 22, 2024

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 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.

@ukautz
Copy link
Contributor

ukautz commented Jun 26, 2024

@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.

Will update here when either happened.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants