diff --git a/README.md b/README.md index 0ae3cf2b..07dbf1d1 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ docker attach notify.moe ### Start the server * Enter the notify.moe directory: `cd notify.moe` +* Download dependencies: `go mod download` * Compile TypeScript files using: `tsc` * Start the web server using: `run`