Skip to content

Commit 917fd30

Browse files
committed
Updated installtion step
1 parent 4f96f45 commit 917fd30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
- To get started, you need to install [Docker Desktop](https://www.docker.com/products/docker-desktop).
2020
- You may run the following command in your terminal
2121
- Windows open WSL2 Linux terminal. [Docker Desktop WSL 2 backend](https://docs.docker.com/desktop/windows/wsl/)
22-
- `docker run --rm -v "$(pwd)":/opt -w /opt laravelsail/php81-composer:latest bash -c "composer create-project balajidharma/laravel-vue-admin-panel admin-app && cd admin-app && php ./artisan sail:install --with=mysql,redis,meilisearch,mailhog,selenium"`
22+
- `docker run --rm -v "$(pwd)":/opt -w /opt laravelsail/php81-composer:latest bash -c "composer create-project balajidharma/laravel-vue-admin-panel admin-app && cd admin-app && php artisan sail:install --with=mysql,redis,meilisearch,mailhog,selenium"`
2323
- `cd admin-app`
2424
- `./vendor/bin/sail pull mysql redis meilisearch mailhog selenium`
2525
- `./vendor/bin/sail build`

0 commit comments

Comments
 (0)