Update the install instructions

This commit is contained in:
Love 2025-01-09 16:03:08 +01:00
parent ec8aa710e0
commit 68f63e9cea

View File

@ -6,10 +6,10 @@ A cli utility to fetch the currency rates against the Euro from the ECB.
First, make sure that you have the rust toolchain installed. If not, then go to [rustup](https://rustup.rs) to install it. First, make sure that you have the rust toolchain installed. If not, then go to [rustup](https://rustup.rs) to install it.
Now, Git clone the project, then cd into the projects root-dir. Thereafter run: Now, run the following cargo command:
```sh ```sh
cargo install --path . cargo install --git https://github.com/lov3b/ecb-rates.git
``` ```
Congratulations! Now the cli binary `ecb-rates` will be in your cargo bin folder. Congratulations! Now the cli binary `ecb-rates` will be in your cargo bin folder.