We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cd /tmp curl -O http://iweb.dl.sourceforge.net/project/pmt/pngcrush/1.7.70/pngcrush-1.7.70.tar.gz tar zxf pngcrush-1.7.70.tar.gz cd pngcrush-1.7.70 make && cp -f pngcrush /usr/local/bin
should change to
cd /tmp curl -O http://iweb.dl.sourceforge.net/project/pmt/pngcrush/1.7.73/pngcrush-1.7.73.tar.gz tar zxf pngcrush-1.7.73.tar.gz cd pngcrush-1.7.73 make && cp -f pngcrush /usr/local/bin
The text was updated successfully, but these errors were encountered:
updated instructions for jpegoptim to v1.3.1 and pngcrush to v1.7.73 #46
eab9d22
Thanks!
Sorry, something went wrong.
No branches or pull requests
cd /tmp
curl -O http://iweb.dl.sourceforge.net/project/pmt/pngcrush/1.7.70/pngcrush-1.7.70.tar.gz
tar zxf pngcrush-1.7.70.tar.gz
cd pngcrush-1.7.70
make && cp -f pngcrush /usr/local/bin
should change to
cd /tmp
curl -O http://iweb.dl.sourceforge.net/project/pmt/pngcrush/1.7.73/pngcrush-1.7.73.tar.gz
tar zxf pngcrush-1.7.73.tar.gz
cd pngcrush-1.7.73
make && cp -f pngcrush /usr/local/bin
The text was updated successfully, but these errors were encountered: