Added instruction to install node-fetch to README

This commit is contained in:
Thomas Van Acker 2021-03-08 19:30:37 +00:00
parent 53bfb68c62
commit 91085db260
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ You can host the game on your own computer, by following these steps:
1. Open a terminal window
2. Download the code: `git clone https://git.bitscuit.be/bitscuit/ReverseQuiz.git`
3. Move into the project directory: `cd ReverseQuiz`
4. Install the dependencies: `npm i socket.io`
4. Install the dependencies: `npm i socket.io` and `npm i node-fetch`
You can now edit the `main.js` file with your favourite text editor and change the following: