From a90a039c14b53a1d2c434c1c17b9f95ac0041546 Mon Sep 17 00:00:00 2001 From: Stylix58 <63605602+Stylix58@users.noreply.github.com> Date: Fri, 14 May 2021 17:10:30 +0200 Subject: [PATCH] remove dev deps install for gateway --- docs/gateway/installation.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/gateway/installation.md b/docs/gateway/installation.md index 4d4d4b5..1c62b1e 100644 --- a/docs/gateway/installation.md +++ b/docs/gateway/installation.md @@ -15,10 +15,9 @@ git clone https://github.com/fosscord/fosscord-gateway cd fosscord-gateway ``` ### Step 2 -Install (dev) dependencies: +Install dependencies: ```bash npm install -npm install --only=dev ``` ### Step 3 Start: @@ -28,4 +27,4 @@ npm start ## Debugging ### VS Code The Launch file configuration is in ``./vscode/launch.json``, -so you can just debug the server by pressing ``F5`` or the ``> Launch Server`` button \ No newline at end of file +so you can just debug the server by pressing ``F5`` or the ``> Launch Server`` button