diff --git a/README.md b/README.md index 688c87e..89ac227 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # Elysia with Bun runtime ## Getting Started -To get started with this template, simply paste this command into your terminal: +To install dependencies run: ```bash -bun create elysia ./elysia-example +bun install ``` ## Development @@ -12,4 +12,4 @@ To start the development server run: bun run dev ``` -Open http://localhost:3000/ with your browser to see the result. \ No newline at end of file +Open http://localhost:3000/ with your browser to see the result.