This commit is contained in:
Ethan O'Brien 2022-01-18 13:59:30 -06:00 committed by GitHub
parent 64df23a524
commit efbc21cb95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -90,23 +90,10 @@ EJS_gameID = 1;
1. Download the **[Server]**.
2. Install **NPM**
```sh
npm install
```
3. Start the server with:
```sh
npm run start
```
4. Specify the servers address with:
2. Specify the servers address with:
```js
// Absolute Url To Your Netplay Server
EJS_netplayUrl = `http://localhost:3000/`;
EJS_netplayUrl = 'http://localhost:3000/'; // Absolute Url To Your Netplay Server
```
<br>
@ -191,7 +178,7 @@ Read the whole license [here](LICENSE)
[EJS]: https://www.emulatorjs.com/
[Server]: https://github.com/ethanaobrien/emuserver
[Server]: https://github.com/ethanaobrien/emuserver/releases
[NES / Famicom]: docs/NES-Famicom.md
[SNES]: docs/SNES.md