summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index b2ce3ca..9b1f47b 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,10 @@ folder:
- `es`: Spanish translation
Each of the files has a note in the metadata indicating how to build it to PDF.
-They expect to be run from the project root folder.
+They expect to be run from the project root folder. In any case the Makefile in
+the root directory knows how to build them.
-> NOTE: This might be automated in the future
+Use `make $LANG` to build the language you want or `make all` if you are a
+polyglot.
+
+> Using `make`'s `-j$JOBS` flag might help (builds are slow)