From 9497e6a1975dd08f467795c20810f28a372bdaf4 Mon Sep 17 00:00:00 2001 From: Tom Jackman Date: Fri, 4 Jan 2019 10:59:39 +0000 Subject: [PATCH] add dependencies link in readme --- readme.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index d83a90b..f94f29d 100644 --- a/readme.md +++ b/readme.md @@ -2,10 +2,11 @@ ## Getting Started 1. Install http://nodejs.org/. -2. Run `start.bat`. -3. Add `-broadcastUrl=http://localhost:9090` in Steam Game launch options. -4. Open http://localhost:9090 in a browser. -5. Start RaceRoom and join a multiplayer server. +2. Published node_modules are available [here](https://mega.nz/#!M85kHAxA!GSNKuIGWp7ZZBM7R9AB4jqhdyob1P7kdz4VYH4cJfAs). +3. Run `start.bat`. +4. Add `-broadcastUrl=http://localhost:9090` in Steam Game launch options. +5. Open http://localhost:9090 in a browser. +6. Start RaceRoom and join a multiplayer server. ## Changing Themes Themes are created using themes files written using LESS variables. The active theme file is located under `theme/theme.less`.