mirror of
https://codeberg.org/mclemens/shellfolio.git
synced 2025-01-14 03:16:31 -05:00
Update README.md
This commit is contained in:
parent
7de342e2e4
commit
387a86ab23
@ -16,7 +16,7 @@ shellfolio is a cryptocurrency portfolio manager and price tracker for the CLI.
|
||||
Edit the file _~/.shellfolio_ like this:
|
||||
|
||||
```
|
||||
COINS="ethereum ripple stellar iota cardano digibyte neo nem dogecoin"
|
||||
COINS="ethereum ripple stellar iota cardano digibyte neo nem dogecoin bitcoin-cash"
|
||||
ETH=4.3:0
|
||||
XRP=234:0
|
||||
XLM=3984:0
|
||||
@ -26,6 +26,7 @@ DGB=9821:0
|
||||
NEO=10.3:0
|
||||
XEM=821:0
|
||||
DOGE=987324:0
|
||||
BCH=20:0
|
||||
```
|
||||
|
||||
The variable $COINS defines all coins you want to be listed, must be referenced by their name. All other variables are coins you own (must be the ticker name), their value represents the amount you have. Insert how much you invested (in USD)
|
||||
|
Loading…
Reference in New Issue
Block a user