Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rflynn committed Apr 2, 2015
1 parent e64807b commit 973e34d
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ imgmin

Get Started!
------------
$ sudo apt-get install -y autoconf libmagickwand-dev pngnq pngcrush pngquant
$ git clone https://github.com/rflynn/imgmin.git
$ cd imgmin
$ autoreconf -fi
$ ./configure
$ make
$ sudo make install
$ imgmin original.jpg optimized.jpg
sudo apt-get install -y autoconf libmagickwand-dev pngnq pngcrush pngquant
git clone https://github.com/rflynn/imgmin.git
cd imgmin
autoreconf -fi
./configure
make
sudo make install
imgmin original.jpg optimized.jpg


Summary
Expand Down Expand Up @@ -296,10 +296,7 @@ On Unix via source:

imgmin

$ git clone [email protected]:rflynn/imgmin.git
$ cd imgmin
$ make
$ sudo make install
from source: see top of README


Examples
Expand Down

0 comments on commit 973e34d

Please sign in to comment.