From 40f2ce721ec7d1ae9e92ae41896cd1b0bcab11dc Mon Sep 17 00:00:00 2001 From: Toni Verbeiren Date: Wed, 21 Feb 2024 16:17:14 +0100 Subject: [PATCH] Minor update --- docs/scenarios.qmd | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/docs/scenarios.qmd b/docs/scenarios.qmd index 30cb80c4..4894d3c0 100644 --- a/docs/scenarios.qmd +++ b/docs/scenarios.qmd @@ -163,13 +163,7 @@ Remember that we start off with `family.xlsx` and `tree.newick` for every family Please note that this step also generates the content files itself, even though we do not have content yet. Instead, placeholder text and figures are inserted to be replaced later. -1. Prerequisites: In order to build this step, one needs NodeJS installed and the `npm` package manager. The package manager can be used to install two packages: - - ```sh - npm install xlsx liquidjs exceljs - ``` - - This has to be done just once. +1. Prerequisites: In order to build this step, one needs NodeJS installed together with some `npm` packages. For convenience on Codespaces, there is script `bin/install_nodejs.sh` that can simply be run in the Codespaces terminal. Please find [the instructions for this here](use-github.qmd#bininstall_nodejs.sh).