Skip to content

Commit

Permalink
o update doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
hzeller committed Mar 3, 2015
1 parent 7ddfa25 commit 5e30dc0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,14 +193,14 @@ clears the screen (if you want to display an empty line, just send a space).

### Image Viewer ###

One of the possibly useful demo applications is is also image viewer that
One of the possibly useful demo applications is an image viewer that
reads all kinds of image formats, including animated gifs. It is not compiled
by default, as you need to install the imagemagick depdendency
by default, as you need to install the imagemagick dependencies first:

sudo aptitude install libmagick++-dev
make led-image-viewer

Then, you can run it
Then, you can run it with any common image format:

sudo ./led-image-viewer myimage.gif

Expand Down

0 comments on commit 5e30dc0

Please sign in to comment.