Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Improve README simplest setup process
  • Loading branch information
gnovaro authored Nov 30, 2023
1 parent 6f1a799 commit 997f147
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,13 @@ docker-compose up -d
```

## Setup
Clone project
```terminal
cp .env.example .env
php artisan key:generate
composer install
php artisan lpanel:install
git clone [email protected]:Roskus/lpanel.git
```
Just run make
```terminal
make install
```

## Commands
Expand Down

0 comments on commit 997f147

Please sign in to comment.