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