From 57df8e4eb38e78286a703c605f1f7f127978cf72 Mon Sep 17 00:00:00 2001 From: Eduardo Mayorga Date: Sep 02 2017 00:57:45 +0000 Subject: Add instructions to README.md for localized website --- diff --git a/README.md b/README.md index c4790ec..211a067 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,15 @@ Please report Issues and submit Pull Requests for **Publishing Fixes** here. Co To test your changes, first install `asciibinder` +``` $ gem install ascii_binder +``` + +You will also need `po4a` and `zanata-python-client` to pull translations from Zanata and build the localized website + +``` +# dnf install po4a zanata-python-client +``` To build your changes, from the root directory: @@ -42,7 +50,6 @@ $ firefox _package/main/index.html 3. Add new features * remove `builder.sh` as new functionality arrives in `asciibinder` - * Translations * Search * CI/CD for automatic publishing and rebuild * CI/CD for branch and topic publishing and rebuild