Correct markdown typo

This commit is contained in:
Lovell Fuller 2014-04-08 22:40:34 +01:00
parent 33f24d41e7
commit e9ca25cb45

View File

@ -44,7 +44,7 @@ The _gettext_ dependency of _libvips_ [can lead](https://github.com/lovell/sharp
sudo make install
sudo ldconfig
Ubuntu 12.04 requires `libtiff4-dev` instead of `libtiff5-dev` and has (a bug in the libwebp package)[https://bugs.launchpad.net/ubuntu/+source/libwebp/+bug/1108731]. Work around these problems by running these command first:
Ubuntu 12.04 requires `libtiff4-dev` instead of `libtiff5-dev` and has [a bug](https://bugs.launchpad.net/ubuntu/+source/libwebp/+bug/1108731) in the libwebp package. Work around these problems by running these command first:
sudo add-apt-repository ppa:lyrasis/precise-backports
sudo apt-get update