From c319deb5e1a17ba35fcd94d558f719c576e3ca9f Mon Sep 17 00:00:00 2001 From: Alec Maier Date: Wed, 8 Jan 2020 20:41:11 -0500 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f58bb10..6d7d15b 100644 --- a/README.md +++ b/README.md @@ -25,4 +25,6 @@ To learn more about this type of game, see the Wikipedia entry on the game's anc # Run Locally -Run node server.js from the root directory, navigate to localhost:5000 +Run `npm install` from the root directory. + +Run `node server.js` from the root directory, navigate to **localhost:5000**