From 78bf9c6e8664c6b6890a9966bdf911b4f0b0a8b8 Mon Sep 17 00:00:00 2001 From: Dedy Martadinata S Date: Wed, 2 Nov 2022 09:50:49 +0700 Subject: [PATCH] Update readme to use nodejs 16 as many variant of system, and different nodejs out there, define nodejs version to match the CI build. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f94d6e7..62ccec7 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,8 @@ front-end. To compile the project, you'll need: -* npm, curl: `sudo apt install curl npm` +* nodejs 16: [nodesource nodejs installation guide](https://github.com/nodesource/distributions) +* curl: `sudo apt install curl` * Rust/Cargo: [rustup.rs](https://rustup.rs/) Then you can compile the server (and the migration tool if you want):