Skip to content

Commit

Permalink
fix the README.md for the Laravel app
Browse files Browse the repository at this point in the history
  • Loading branch information
vgocoder committed Apr 13, 2021
1 parent 13f0049 commit d658241
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions wwwroot/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## This is where your Laravel app goes

To get started, delete this file and then do one of the following:
> To get started, delete this file and then do one of the following:
- Clone your project or copy all of the files directly into this `wwwroot` directory.
- Spin up the Docker network by following the instructions on the main [README.md](../README.md), and install a brand new Laravel project by running `docker-compose run --rm composer create-project laravel/laravel .` in your terminal.
1. `Clone your project or copy all of the files directly into this "wwwroot" directory`
2. `Spin up the Docker network by following the instructions on the main [README.md](../README.md), and install a brand new Laravel project by running`
```
docker exec -w /var/www php composer create-project laravel/laravel site1
```

0 comments on commit d658241

Please sign in to comment.