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
This commit is contained in:
2023-07-10 15:01:48 +01:00
committed by GitHub
parent c7f49edf0c
commit 8d9181f5ca

View File

@ -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.