diff --git a/README.md b/README.md index 45cd8be..eaf1296 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Installation compy needs a few libraries to compile. On Fedora, run `dnf install -y libjpeg-devel` -On Ubuntu, run `apt-get install -y libjpeg8 openssl ssl-cert`. +On Ubuntu, run `apt-get install -y libjpeg8-dev openssl ssl-cert`. On macOS, run `brew install jpeg`. Then compile via: ```ShellSession