diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cf83f2d..1602444 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: - target: x86_64-pc-windows-gnu archive: zip - target: x86_64-unknown-linux-musl - archive: tar.gz tar.xz tar.zst + archive: tar.gz - target: x86_64-apple-darwin archive: zip steps: diff --git a/README.md b/README.md index 7579fa4..5721ecb 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,15 @@ by leveraging the [blockchain.info ticker API](https://blockchain.info/ticker). If you want, use an alias for `bitcoinvert`, like `bcv`: `echo "alias bcv='bitcoinvert'" >> ~/.bash_aliases` +#### No build for your architecture? +If you don't find a build for your architecture, compile the binary yourself: +`cargo build --release` + +You can then find the binary here: +`target/release/bitcoinvert` + +Continue with `step 3` from above. + ## User manual `bitcoinvert [OPTIONS] [AMOUNT] [INPUT_CURRENCY] [OUTPUT_CURRENCY]`