diff --git a/Docs/SimpleENVSetUp.md b/Docs/SimpleENVSetUp.md index fd0d5ff..5c0167b 100644 --- a/Docs/SimpleENVSetUp.md +++ b/Docs/SimpleENVSetUp.md @@ -1,7 +1,8 @@ ## Cloaning And Installing Dependencies ``` -git clone https://github.com/g0ld3lux/laravel-starter +git clone https://github.com/g0ld3lux/laravel-vue-starter +cd laravel-vue-starter composer install npm install php artisan key:generate @@ -84,4 +85,4 @@ php artisan serve ``` localhost:8000/api/* -``` \ No newline at end of file +```