aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authordvn <git@dvn.me>2018-11-28 21:03:24 +1300
committerdvn <git@dvn.me>2018-11-28 21:03:24 +1300
commita6ec86195b14d67dfe206c55d7fd779b32cf4767 (patch)
treea46323988511a3b5cc4f02bd5228a9a1f1800633 /README
parentd71a89dceb428dd380b0889effd54922ae401f84 (diff)
downloadwww-a6ec86195b14d67dfe206c55d7fd779b32cf4767.tar.gz
www-a6ec86195b14d67dfe206c55d7fd779b32cf4767.zip
Mention the requirement of gettext in README
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index cb4b21b9..3ef5ae2c 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
1Sourcecode for https://gnunet.org created from the https://taler.net code base. 1Sourcecode for https://gnunet.org created from the https://taler.net code base.
2 2
3Requires python3-jinja2 and python3-babel. 3Requires python3-jinja2, python3-babel, and gettext.
4 4
5Run "make" to build the HTML. 5Run "make" to build the HTML.
6 6