From 71eace6ad8e168cdedb99e37173c89a82e22b22a Mon Sep 17 00:00:00 2001 From: Nathan DECHER Date: Fri, 17 Apr 2020 12:08:25 +0200 Subject: [PATCH] updated README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index c84ca82..ac80677 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,16 @@ A "simple" Snake, done as my final JS class project - Node.js and npm, both in the PATH - Node.js 10 and 12 are known to work - node-gyp and python are required for the database + - (if you have already used native modules, you have them) + +## Prod dependencies (direct) +- Node.js and npm, both in the PATH + - Node.js 10 and 12 are known to work + - node-gyp and python are required for the database + - (if you have already used native modules, you have them) + +## Prod dependencies (docker) +- Docker ## Running the game (dev) - `git clone` this repo