aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatarLarge Libravatar Bram Stein <blsteingmailcom>2014-11-09 12:54:29 +0100
committerLibravatarLarge Libravatar Bram Stein <blsteingmailcom>2014-11-09 12:54:29 +0100
commit3fb6cf9fa71f8daa4ea2c7dddcf5f2ffe29c113e (patch)
tree341822cbe77e2b95a1e9e8caed1db3d2b6a8d5ba /README.md
parent56b332f438c771e188be13e8b98ebc5fded620cf (diff)
downloadsfnt2woff-zopfli-3fb6cf9fa71f8daa4ea2c7dddcf5f2ffe29c113e.tar.gz
sfnt2woff-zopfli-3fb6cf9fa71f8daa4ea2c7dddcf5f2ffe29c113e.tar.bz2
sfnt2woff-zopfli-3fb6cf9fa71f8daa4ea2c7dddcf5f2ffe29c113e.tar.lz
sfnt2woff-zopfli-3fb6cf9fa71f8daa4ea2c7dddcf5f2ffe29c113e.zip

Update language.

Diffstat (limited to 'README.md')
-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