Fix README.md

This commit is contained in:
James 2024-12-03 21:34:03 +01:00
parent 16ab2a6e35
commit a88831e722
No known key found for this signature in database
GPG Key ID: 3D355F9441C9AC67

View File

@ -19,6 +19,10 @@ ## Installation
php artisan key:generate
```
```bash
php artisan migrate:fresh --seed
```
```bash
npm install
```
@ -31,7 +35,6 @@ ## Installation
php artisan serve
```
## Running tests
```bash