From e3600267227f25c52d5c720a91511ee013cae163 Mon Sep 17 00:00:00 2001 From: VicDeo Date: Tue, 13 Jan 2015 17:00:34 +0300 Subject: [PATCH] Update README.md --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index 8dc1b569..2613e087 100644 --- a/README.md +++ b/README.md @@ -19,3 +19,24 @@ If you don't want to mess around with dependencies, you need simply install `uno ### How to add more fonts ### + Upload font files to **documents/css/fonts** directory + Edit **documents/css/fonts.css** adding `@font-face` rule for each uploaded file + +### WebODF upgrade ### +1. Build WebODF: +``` +git clone https://github.com/kogmbh/WebODF.git webodf +mkdir build +cd build +cmake ../webodf +make webodf.js-target +``` + +2. Refresh code and create a new branch: +``` +cd /path/to/documents +git checkout master +git pull --rebase +git checkout -b new-branch +``` + +3. Run upgrade script: +./src/updateWebODF.sh