commit b9f1574c76ed31dfaf4a3faa4ea1cab0a4f6760f parent f36a9b00099e629fd71eecc445932e29f85da66a Author: William Casarin <jb55@jb55.com> Date: Sat, 23 Dec 2017 15:00:29 -0800 readme: update for fiat support Diffstat:
M | README.md | | | 13 | +++++++++++++ |
1 file changed, 13 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -37,6 +37,19 @@ $ bcalc -pb '10 mbtc * 30' 300000 bits + Fiat currencies + + $ bcalc -p --price 20000 --bits 30 usd + 1500 bits + + $ bcalc -p --price 16000 --usd 780 bits + 12.48 usd + + The Bitcoin pizza + + $ bcalc -p --price 0.0041 --btc 41 usd + 10000 BTC + ## Install $ make install