aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatarLarge Libravatar Bram Stein <steinadobecom>2014-12-18 19:14:43 +0100
committerLibravatarLarge Libravatar Bram Stein <steinadobecom>2014-12-18 19:14:43 +0100
commitac54694c07a8acbc239e21634f81f73df21d81b5 (patch)
tree1cc259edde2d2b50d48d1407e66df313d715464c
parent28a641f74e6cceb714f23dc7f6f299ef7b2b9242 (diff)
parent3fb6cf9fa71f8daa4ea2c7dddcf5f2ffe29c113e (diff)
downloadsfnt2woff-zopfli-ac54694c07a8acbc239e21634f81f73df21d81b5.tar.gz
sfnt2woff-zopfli-ac54694c07a8acbc239e21634f81f73df21d81b5.tar.bz2
sfnt2woff-zopfli-ac54694c07a8acbc239e21634f81f73df21d81b5.tar.lz
sfnt2woff-zopfli-ac54694c07a8acbc239e21634f81f73df21d81b5.zip

Merge branch 'master' of github.com:bramstein/sfnt2woff-zopfli

v1.0.1
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index d270a22..dd6cf53 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Create WOFF files with Zopfli compression
-This is a modified version of the [sfnt2woff utility](https://people.mozilla.org/~jkew/woff/) that uses Zopfli as a compression algorithm instead of zlib. This results in compression gains of, on average, 5-8% compared to regular WOFF files. Zopfli generates compressed output that is compatible with regular zlib compression so the resulting WOFF files can be used everywhere.
+This is a modified version of the [sfnt2woff utility](https://people.mozilla.org/~jkew/woff/) that uses Zopfli as a compression algorithm instead of zlib. This results in compression gains of — on average — 5-8% compared to regular WOFF files. Zopfli generates compressed output that is compatible with regular zlib compression so the resulting WOFF files can be used everywhere.
##Usage
@@ -30,7 +30,7 @@ To compile the utilities, run make:
> make
-This will compile two utilities `sfnt2woff` to convert OpenType files to WOFF and `woff2sfnt` to convert WOFF files back to OpenType files. If the build was succesful you can copy the resulting executables to `/usr/local/bin` to make them available on your system.
+This will compile two utilities `sfnt2woff` to convert OpenType files to WOFF and `woff2sfnt` to convert WOFF files back to OpenType files. If the build was succesful you can make them available on your system by copying the resulting executables to `/usr/local/bin` and making them executable (`chmod 755`).
## Licensing