Skip to content

Commit

Permalink
Add instructions for compiling binary to README
Browse files Browse the repository at this point in the history
  • Loading branch information
gcomte committed Jan 22, 2023
1 parent 89a195f commit cded999
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]`
Expand Down

0 comments on commit cded999

Please sign in to comment.