From e173d187f1c5a446e096f0a0bc0d3e43382fb1dc Mon Sep 17 00:00:00 2001 From: Tobias Berger Date: Tue, 27 Jun 2023 19:05:17 +0200 Subject: [PATCH] Update README.md --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1e73f87..f68f6d3 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,13 @@ # minesweeper-nojs -To install dependencies: +To automatically compile while developing: ```bash -bun install +just dev ``` To run: ```bash -bun run server.ts +just build ``` - -This project was created using `bun init` in bun v0.4.3. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.