Compare commits

..

No commits in common. "master" and "v1.0.0" have entirely different histories.

2 changed files with 13 additions and 11 deletions

View File

@ -7,14 +7,22 @@ authors = ["Love Billenius <lovebillenius@disroot.org>"]
license-file = "LICENSE"
keywords = [
"ECB",
"European Central Bank",
"Bank",
"Central",
"Central Bank",
"exchange",
"rates",
"eur",
"sek",
"usd",
"nok",
"gbp",
"pln",
"dkk",
"czk",
"isk",
"chf",
]
repository = "https://github.com/lov3b/ecb-rates"
rust-version = "1.83"
categories = ["finance", "command-line-utilities"]
[[bin]]
name = "ecb-rates"

View File

@ -19,18 +19,12 @@
## Install
### Binary
If you're on Debian Linux, then just go over to the releases, and install the latest *.deb* package with `dpkg`
### Source
First, make sure that you have the rust toolchain installed. If not, then go to [rustup](https://rustup.rs) to install it.
Now, run the following cargo command:
```sh
cargo install ecb-rates
cargo install --git https://github.com/lov3b/ecb-rates.git
```
Congratulations! Now the cli binary `ecb-rates` will be in your cargo bin folder.