From 9275382487edeea4680673c38bb87c5b423ea3d0 Mon Sep 17 00:00:00 2001 From: dvn Date: Wed, 28 Nov 2018 21:36:17 +1300 Subject: Organize README to make more READable --- README | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/README b/README index 8b00fe5e..d554fce9 100644 --- a/README +++ b/README @@ -1,3 +1,7 @@ +============== +GNUnet Website +============== + Sourcecode for https://gnunet.org created from the https://taler.net code base. Requires python3-jinja2, python3-babel, and gettext. @@ -6,9 +10,13 @@ Run "make" to build the HTML. Expect it to show up in en/ and other language folders, NOT in the root dir. -Alternatively, creating an ad-hoc development environment containing all of -the necessary software needed to build the HTML files can be easily done -using the GNU Guix functional package manager. + +Developing with GNU Guix +======================== + +Creating an ad-hoc development environment containing all of the necessary +software needed to build the HTML files can be easily done using the GNU +Guix functional package manager. This can be achieved with the following command: @@ -17,7 +25,10 @@ This can be achieved with the following command: After installing the packages, this will drop you into a bash environment from which you can proceed to run "make". -Commentary: + +Notes +===== + This website has been tested with python 3.6.5 and jinja2 2.9.6. Since python development in collaborative environments with a whole range of possibilities in what your environment looks -- cgit v1.2.3