summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
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