Skip to content

Commit

Permalink
Merge pull request #108 from gcomte/develop
Browse files Browse the repository at this point in the history
Version 0.1.1
  • Loading branch information
Gabriel Comte authored Jan 22, 2023
2 parents 9891c56 + cded999 commit 6a8a8fd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
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 6a8a8fd

Please sign in to comment.