fix: getting started commands

This commit is contained in:
Felipe Schmitt 2025-12-03 17:26:45 -08:00 committed by GitHub
parent 94e4d00b53
commit 4f89b08bf2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -17,13 +17,13 @@ Make sure you have the following installed:
First, clone the repository: First, clone the repository:
```sh ```sh
$ git clone https://github.com/VERT-sh/VERT git clone https://github.com/VERT-sh/VERT
$ cd VERT/ cd VERT/
``` ```
Install dependencies: Install dependencies:
```sh ```sh
$ bun i bun i
``` ```
And finally, make sure you create a `.env` file in the root of the project. We've included a [`.env.example`](../.env.example) file which you can use to get started. And finally, make sure you create a `.env` file in the root of the project. We've included a [`.env.example`](../.env.example) file which you can use to get started.