Added instruction to install node-fetch to README
This commit is contained in:
parent
53bfb68c62
commit
91085db260
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue