From 403e2574654daacc40b0face461965da41e953d2 Mon Sep 17 00:00:00 2001 From: Cornelius Roemer Date: Thu, 16 May 2024 15:54:55 +0200 Subject: [PATCH] doc: fix `npm install serve` command --- docs/dataset-creation-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dataset-creation-guide.md b/docs/dataset-creation-guide.md index 6f677c90..b34a1770 100644 --- a/docs/dataset-creation-guide.md +++ b/docs/dataset-creation-guide.md @@ -202,7 +202,7 @@ nextclade run \ This runs Nextclade on the example sequences in `minimal-dataset/sequences.fasta` using the dataset in `minimal-dataset`. The results are saved to the `tmp` directory and contain alignment, aligned translations and a summary TSV file. -One can also use the dataset in Nextclade Web by hosting the dataset through a local web server. For example, after having installed `node` and run `npm -g serve`, one can host the dataset via: +One can also use the dataset in Nextclade Web by hosting the dataset through a local web server. For example, after having installed `node` and run `npm install -g serve`, one can host the dataset via: ```sh serve --cors minimal-dataset -l 3000