diff --git a/README.md b/README.md index d48d9fd..8ecb7a0 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ Minimal boilerplate project for a Golang server using [Fiber](https://github.com To setup the project first install the required npm packages ```bash +# Install all JS dependencies $ npm install ```