From caee54932716b67e807c32e0d627972a08a04b11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl?= <35407363+EniumRaphael@users.noreply.github.com> Date: Sun, 27 Jul 2025 18:30:15 +0200 Subject: [PATCH] style(readme): adding a readme to build --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 74c0e67..2d4f40f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# dsc_bot +# TTY discord bot To install dependencies: @@ -6,10 +6,12 @@ To install dependencies: bun install ``` -To run: - +To run in developpement bot: ```bash -bun run index.ts +bun run dev ``` -This project was created using `bun init` in bun v1.2.18. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime. +To build to javacript: +```bash +bun run build +```