From 6b9da3f2a2c275d529d9dc491adb2d806e4f8d62 Mon Sep 17 00:00:00 2001 From: Matteo Paonessa Date: Thu, 30 Jan 2020 15:02:50 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8694f42..45ecd45 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ If you don't have `mozjpeg` and `zopfli` you should run $ cd libcaesium $ ./install.sh ``` -which will install the requirements (Ubuntu only). +which will install the requirements. ##### Compile Provided you have all the requirements, building and installing from git is as simple as typing @@ -125,4 +125,4 @@ PNG is lossless, so libcaesium will always perform optimization rather than comp ## Resizing Resizing is partially supported. It is handy but it's almost completely out of the scope of this library. -If you really feel the need to do it within libcaesium you can do so, but I advise you should opt for a different toolset for the best results. \ No newline at end of file +If you really feel the need to do it within libcaesium you can do so, but I advise you should opt for a different toolset for the best results.