diff --git a/README.md b/README.md index aa343fa..ccaafa1 100644 --- a/README.md +++ b/README.md @@ -145,13 +145,13 @@ Building Ubuntu users can install via `apt-get`: ```bash -$ sudo apt-get install build-essential autoconf nasm libtool -$ git clone https://github.com/mozilla/mozjpeg.git -$ cd mozjpeg -$ autoreconf -fiv -$ ./configure --with-jpeg8 -$ make -$ sudo make install +sudo apt-get install build-essential autoconf pkg-config nasm libtool +git clone https://github.com/mozilla/mozjpeg.git +cd mozjpeg +autoreconf -fiv +./configure --with-jpeg8 +make +sudo make install ``` #### Mac OS X