From 355902b1757eb7908ea2942882491bee4c0b7893 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Thu, 22 Dec 2016 12:41:54 +0100 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c2e4448..28c92cb 100644 --- a/README.md +++ b/README.md @@ -1 +1,12 @@ -# wp-optimize \ No newline at end of file +# wp-optimize +Optimize easily your images on your linux server with this small script. +To run the script : + +``` +#For debian/Ubuntu +wget -qO optimize.sh https://git.virtubox.net/virtubox/wp-optimize/raw/master/deb-wp-optimize.sh && bash optimize.sh + +#For Centos/RedHat +cd /var/www +wget -qO optimize.sh https://git.virtubox.net/virtubox/wp-optimize/raw/master/centos-wp-optimize.sh && bash optimize.sh +```