From 48f322a422bbbd3706a3df3fb20d20486391c98e Mon Sep 17 00:00:00 2001 From: Centipede5 Date: Thu, 24 Jun 2021 12:19:03 -0400 Subject: [PATCH] Update build.md tiny fix the docs so npm is also installed --- doc/build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build.md b/doc/build.md index 428cb02..ecbb9e5 100644 --- a/doc/build.md +++ b/doc/build.md @@ -43,7 +43,7 @@ ### Linux #### Dependencies 1. Mono 4.0+ ([via package manager](http://www.mono-project.com/download/stable/#download-lin)). For recent Ubuntu and Debian distros, install using `sudo apt-get install mono-devel`. -1. NodeJS ([via package manager](https://nodejs.org/en/download/package-manager/)). For recent Ubuntu and Debian distros, install using `curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -` and `sudo apt-get install -y nodejs` +1. NodeJS ([via package manager](https://nodejs.org/en/download/package-manager/)). For recent Ubuntu and Debian distros, install using `curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -` and `sudo apt-get install -y npm nodejs` #### Instructions 1. Build with `make`.