summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst17
1 files changed, 16 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index cb333e3..e26a49b 100644
--- a/README.rst
+++ b/README.rst
@@ -17,7 +17,7 @@ choosing:
.. code:: bash
- ls corpus/*.txt.lz | lulua-write text my-layout.yaml | lulua-stats combine > stats.pickle
+ find corpus/*.txt.lz | lulua-write text my-layout.yaml | lulua-analyze combine > stats.pickle
Now you can optimize your layout using:
@@ -35,6 +35,21 @@ It is highly recommended to use pypy3_ instead of CPython.
.. _pypy3: http://pypy.org/
+Building documentation
+----------------------
+
+This essentially means building the website_ and reproducing my results. You’ll
+need to obtain the corpora from me_, which are not public due to copyright
+issues. Then simply run
+
+.. code:: bash
+
+ ./gen.sh > build.ninja && ninja
+
+to analyze them and create pretty pictures as well as statistics in ``doc/``.
+
+.. _me: lars+lulua@6xq.net
+
Acknowledgements
----------------