Update README to more clearly explain how to get started

This commit is contained in:
Caleb Braaten 2024-02-07 07:32:18 -08:00
parent 33ef0b3c0b
commit 4f15432f8f

View File

@ -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