Skip to content

Commit 3ef370d

Browse files
committed
Updated docs
1 parent cb2846b commit 3ef370d

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,15 @@
1414
## :cloud: Installation
1515

1616
```sh
17-
$ npm i --save image-to-ascii
17+
# Using npm
18+
npm install --save image-to-ascii
19+
20+
# Using yarn
21+
yarn add image-to-ascii
1822
```
1923

2024

21-
:bulb: **ProTip**: You can install the [cli version of this module](http://github.com/IonicaBizau/image-to-ascii-cli) by running `npm i -g image-to-ascii-cli`
25+
:bulb: **ProTip**: You can install the [cli version of this module](http://github.com/IonicaBizau/image-to-ascii-cli) by running `npm install --global image-to-ascii-cli` (or `yarn global add image-to-ascii-cli`).
2226

2327
Check out the [INSTALLATION.md](INSTALLATION.md) guide for more information.
2428

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@
8888
"bloggify.json",
8989
"bloggify/"
9090
]
91-
}
91+
}

0 commit comments

Comments
 (0)