From b3156f433f87c62795febf44ec54535fbb197421 Mon Sep 17 00:00:00 2001 From: Wout Schellaert Date: Mon, 7 Jan 2019 21:24:11 +0100 Subject: [PATCH] Remove remnant mention of npm --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7469496..6c2b193 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ In the root directory of the project, execute following commands ```bash bundle install -npm install +yarn install ``` You will (momentarily) also need `pandoc` and `latex` to compile the reports from the board meetings. Refer to your OS package manager to install these things.