-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Alternate installation method #20
Comments
Thanks, I'll incorporate this to the README. |
For me
|
Thanks @MattesWhite, I didn't realize that |
I wondered why |
If you clone this repo and run
cargo install --path path/to/rpg-cli
, then the binary will be installed to~/.cargo/bin
, and you can skip the step of moving the binary frompath/to/rpg-cli/target
to somewhere defined in$PATH
.You can also use
cargo install --git <URL>
to avoid manually cloning this repo.The text was updated successfully, but these errors were encountered: