From f5593e89e6cbdabe3ee5fe0ecb7cc3b3d2bc7ee3 Mon Sep 17 00:00:00 2001
From: nervuri <seva@nervuri.net>
Date: Sat, 19 Nov 2022 17:48:00 +0000
Subject: [PATCH Taler website] clarify installation instructions

---
 INSTALL | 34 ++++++++++++++++++++--------------
 1 file changed, 20 insertions(+), 14 deletions(-)

diff --git a/INSTALL b/INSTALL
index 45dadf7..b53c10e 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,21 +1,16 @@
 Installation instructions
 -------------------------
 
-For Debian:
-===========
+Debian prerequisites
+====================
 
 Simply install:
 
-# apt-install python3-ruamel.yaml python3-jinja2 python3-babel git
-
-Then invoke "bootstrap" and "configure". You must pass
-"--prefix=$P" and "--variant=$V" for some values of
-$P and $V to configure.  The actual Web site
-will be installed at $P/$V.
+# apt install python3-ruamel.yaml python3-jinja2 python3-babel git
 
 
-For NetBSD:
-===========
+NetBSD prerequisites
+====================
 
 Install python3.7, py37-babel, npm, nodejs from pkgsrc.
 
@@ -24,10 +19,21 @@ Adjust the values in config.mk:
        PYTHON=python3.7
        BABEL=pybabel-3.7
 
-make submodules/init
-make submodules/update
+
+Build website
+=============
+
+Invoke "bootstrap" and "configure".  You must pass
+"--prefix=$P" and "--variant=$V" for some values of
+$P and $V to configure.  Then run "make".  The actual
+Web site will be installed at $P/$V.
+
+./bootstrap
+./configure --prefix=$P --variant=$V
 make
 
-Use
+
+Run website
+===========
+
 env BROWSER=firefox make run
-to run the website
-- 
2.35.1

