summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-05-06 19:06:56 +0200
committerFlorian Dold <florian@dold.me>2021-05-06 19:06:56 +0200
commit719934275f3c55e958f48ea165280542b49b8f0b (patch)
treeb850ede68a486f2d30849184391c126f613eb7d2 /INSTALL
parent9a6e7c57484e16bdd3f4aa917e6489048fb242d0 (diff)
downloadwww-719934275f3c55e958f48ea165280542b49b8f0b.tar.gz
www-719934275f3c55e958f48ea165280542b49b8f0b.tar.bz2
www-719934275f3c55e958f48ea165280542b49b8f0b.zip
restructure
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL8
1 files changed, 3 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index a5c3bd75..45dadf7d 100644
--- a/INSTALL
+++ b/INSTALL
@@ -6,7 +6,7 @@ For Debian:
Simply install:
-# apt-install python3-ruamel.yaml python3-jinja2 python3-babel git node-typescript
+# 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
@@ -24,12 +24,10 @@ Adjust the values in config.mk:
PYTHON=python3.7
BABEL=pybabel-3.7
-npm install typescript
-Add the node_module's bin to your $PATH for the typescript binary.
make submodules/init
make submodules/update
make
-If you installed typescript in $HOME:
-PATH=$HOME/node_modules/.bin/:$PATH env BROWSER=firefox make run
+Use
+env BROWSER=firefox make run
to run the website