summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-05-06 19:09:14 +0200
committerFlorian Dold <florian@dold.me>2021-05-06 19:09:14 +0200
commit15b058c39ec9af0f8ea2695f40b5a033067570cd (patch)
tree41dbc6d028cef4fa3be2b3138520f01e95b4ae3a /INSTALL
parent1aaeed134e1750593a7b189ea510fb00c94fb588 (diff)
parent719934275f3c55e958f48ea165280542b49b8f0b (diff)
downloadwww-15b058c39ec9af0f8ea2695f40b5a033067570cd.tar.gz
www-15b058c39ec9af0f8ea2695f40b5a033067570cd.tar.bz2
www-15b058c39ec9af0f8ea2695f40b5a033067570cd.zip
merge locale
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