chore: minor fixes for documentation

This commit is contained in:
Sunny 2025-08-21 13:27:05 +02:00
parent 2318c8d2ae
commit 70c6235105
No known key found for this signature in database
GPG key ID: 6C809239719866E4

View file

@ -16,10 +16,9 @@ git clone git@github.com:usetrmnl/byos_laravel.git
```bash
cp .env.example .env
php artisan key:generate
```
#### Install dependencies and Build frontend
#### Install dependencies and build frontend
```bash
composer install
@ -27,6 +26,12 @@ npm i
npm run build
```
#### Generate application key
```bash
php artisan key:generate
```
#### Run migrations
```bash