Skip to content

Commit 0440de2

Browse files
committed
Updated docs
1 parent 2421587 commit 0440de2

File tree

4 files changed

+513
-7
lines changed

4 files changed

+513
-7
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,3 @@
44
*.log
55
node_modules
66
*.env
7-
.DS_Store
8-
package-lock.json

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<!-- Please do not edit this file. Edit the `blah` field in the `package.json` instead. If in doubt, open an issue. -->
22

3-
43
[![image-to-ascii](http://i.imgur.com/pKydY5P.png)](#)
54

65
# image-to-ascii
76

8-
[![Support me on Patreon][badge_patreon]][patreon] [![Buy me a book][badge_amazon]][amazon] [![PayPal][badge_paypal_donate]][paypal-donations] [![Ask me anything](https://img.shields.io/badge/ask%20me-anything-1abc9c.svg)](https://github.com/IonicaBizau/ama) [![Version](https://img.shields.io/npm/v/image-to-ascii.svg)](https://www.npmjs.com/package/image-to-ascii) [![Downloads](https://img.shields.io/npm/dt/image-to-ascii.svg)](https://www.npmjs.com/package/image-to-ascii)
7+
[![Support me on Patreon][badge_patreon]][patreon] [![Buy me a book][badge_amazon]][amazon] [![PayPal][badge_paypal_donate]][paypal-donations] [![Version](https://img.shields.io/npm/v/image-to-ascii.svg)](https://www.npmjs.com/package/image-to-ascii) [![Downloads](https://img.shields.io/npm/dt/image-to-ascii.svg)](https://www.npmjs.com/package/image-to-ascii)
98

109
> A Node.JS module that converts images to ASCII art.
1110
@@ -50,15 +49,20 @@ In order to run the `webcam.sh` provided in the `example` folder, you will also
5049
```sh
5150
# Ubuntu
5251
$ sudo apt-get install streamer
52+
53+
# CentOS / RHEL
54+
$ sudo yum install --enablerepo epel GraphicsMagick
5355
```
5456

57+
5558
To run the script just use:
5659

5760
```sh
5861
sh webcam.sh
5962
```
6063

6164

65+
6266
## :question: Get Help
6367

6468
There are few ways to get help:
@@ -145,7 +149,6 @@ this takes time. You can integrate and use these projects in your applications *
145149
However, if you get some profit from this or just want to encourage me to continue creating stuff, there are few ways you can do it:
146150

147151
- Starring and sharing the projects you like :rocket:
148-
- [![Buy me a book][badge_amazon]][amazon]—I love books! I will remember you after years if you buy me one. :grin: :book:
149152
- [![PayPal][badge_paypal]][paypal-donations]—You can make one-time donations via PayPal. I'll probably buy a ~~coffee~~ tea. :tea:
150153
- [![Support me on Patreon][badge_patreon]][patreon]—Set up a recurring monthly donation and you will get interesting news about what I'm doing (things that I don't share with everyone).
151154
- **Bitcoin**—You can send me bitcoins at this address (or scanning the code below): `1P9BRsmazNQcuyTxEqveUsnf5CERdq35V6`

0 commit comments

Comments
 (0)