aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 11 insertions, 2 deletions
diff --git a/README b/README
index ecb60941..93bbd086 100644
--- a/README
+++ b/README
@@ -4,9 +4,15 @@ GNUnet Website
4 4
5Sourcecode for https://gnunet.org created from the https://taler.net code base. 5Sourcecode for https://gnunet.org created from the https://taler.net code base.
6 6
7Requires python3-jinja2, python3-babel, and gettext. 7Requirements
8------------
9- python3 modules:
10 - python3-jinja2, python3-babel
11- python3 interpreter:
12 - python 3.7 (although any 3.x version should work)
13- gettext
14- sassc, to compile the stylesheets
8 15
9The currently supported python3 version is python 3.7.
10 16
11Run "make" to build the HTML. 17Run "make" to build the HTML.
12If you experience a failure related to a python module, run 18If you experience a failure related to a python module, run
@@ -14,6 +20,9 @@ If you experience a failure related to a python module, run
14 20
15Expect it to show up in rendered/en/ and other language folders. 21Expect it to show up in rendered/en/ and other language folders.
16 22
23Run the following to start a python webserver:
24BROWSER=firefox make run
25
17Layout / how this comes to be 26Layout / how this comes to be
18============================= 27=============================
19 28