diff --git a/README.md b/README.md index 03ef77a..bfb3ff4 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,18 @@ # ConnectX Xantic -Open-Source Version of ConnectX by Unbound \ No newline at end of file +Open-Source Version of ConnectX by Unbound +# Running + +## Developement Build +```bash +npm test +``` + +## Productions Build +```bash +npm start +``` + +# Rebuild Commands +```bash +node src/deploy-discord-commands +``` \ No newline at end of file