From 8d9181f5ca21324312c517322df6b55b46451e94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=93=20hAodha?= Date: Mon, 10 Jul 2023 15:01:48 +0100 Subject: [PATCH] remove irrelevant npm packages from readme remove npm packages from the Preqreuisites section of the readme because they should get automatically installed in step 1 of the setup --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 16f576d..835bfa2 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,7 @@ #### Prerequisites - Java 11 or greater - `npm` -- `firebase` -- `firebase-tools` + #### Setup 1. Run `npm install` in the root directory of the project (`traintracker/`). Note that this may require root privileges on certain operating systems (i.e., to be ran with `sudo`). 2. Run `npm install` in the `traintracker/functions/` directory.