From cded999edc680f49f117e8a547da39702f05ef78 Mon Sep 17 00:00:00 2001 From: Gabriel Comte Date: Sun, 22 Jan 2023 16:21:53 +0100 Subject: [PATCH] Add instructions for compiling binary to README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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]`