From 4f15432f8f97a3afef633c126dae89906b3095bb Mon Sep 17 00:00:00 2001 From: Caleb Braaten Date: Wed, 7 Feb 2024 07:32:18 -0800 Subject: [PATCH] Update README to more clearly explain how to get started --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.