Skip to content

Commit 48fe1b8

Browse files
authored
Update README.md
1 parent 6ed7564 commit 48fe1b8

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

README.md

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
<a href="https://npmjs.com/package/bitcoin-chart-cli"><img src="https://img.shields.io/npm/v/bitcoin-chart-cli.svg" alt="npm"/></a>
66
<a href="https://nodejs.org/en/download/releases/"><img src="https://img.shields.io/badge/node-%3E%3D%208.0-brightgreen.svg" alt="License: MIT" /></a>
77
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-brightgreen.svg" alt="License: MIT" /></a>
8-
<a href="https://codeclimate.com/github/madnight/bitcoin-chart-cli/issues"><img src="https://codeclimate.com/github/madnight/bitcoin-chart-cli/badges/issue_count.svg?maxAge=2592000" alt="Issue Count" /></a>
9-
<a href="https://snyk.io/test/github/madnight/bitcoin-chart-cli"><img src="https://snyk.io/test/github/madnight/bitcoin-chart-cli/badge.svg" alt="Known Vulnerabilities" /></a>
108
<br> <br>
119

1210
<img align="right" src="bitcoin-chart-cli.png" width="200">
@@ -17,25 +15,16 @@ You might also be interested in a similar project of <br>
1715
mine [wallstreet](https://github.com/madnight/wallstreet), which provides information about <br>
1816
stocks instead of cryptocurrencies.
1917

20-
### Requirements
21-
22-
- node 8.0 or higher
23-
- npm or yarn
18+
<br>
2419

2520
### Usage
2621

2722
```bash
28-
# install
29-
npm install bitcoin-chart-cli -g
30-
31-
# (alternative) install with yarn
32-
yarn global add bitcoin-chart-cli
33-
34-
# (alternative) run without install
23+
# run without install (requires npx)
3524
npx bitcoin-chart-cli
3625

37-
# run default
38-
bitcoin-chart-cli
26+
# install
27+
npm install bitcoin-chart-cli -g
3928

4029
# run with options
4130
bitcoin-chart-cli --coin ETH -d 360 -w 80 -h 20

0 commit comments

Comments
 (0)