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:
@ -5,8 +5,7 @@
|
|||||||
#### Prerequisites
|
#### Prerequisites
|
||||||
- Java 11 or greater
|
- Java 11 or greater
|
||||||
- `npm`
|
- `npm`
|
||||||
- `firebase`
|
|
||||||
- `firebase-tools`
|
|
||||||
#### Setup
|
#### 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`).
|
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.
|
2. Run `npm install` in the `traintracker/functions/` directory.
|
||||||
|
Reference in New Issue
Block a user