Skip to content

Commit

Permalink
Update docs/content/users/quickstart.md
Browse files Browse the repository at this point in the history
remove `--no-dev -o` option from composer install and adding the `ddev launch` i forgot in the first place for the git clone variant - changes based the review from @stasadev

Co-authored-by: Stanislav Zhuk <stasadev@gmail.com>
  • Loading branch information
rpkoller and stasadev committed Feb 27, 2024
1 parent 0c6ac2a commit 786a949
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/content/users/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,9 +216,10 @@ ddev launch
git clone -b master https://github.com/getgrav/grav.git .
ddev config --php-version=8.2 --omit-containers=db
ddev start
ddev composer install --no-dev -o
ddev composer install
ddev exec bin/grav install
ddev exec bin/gpm install admin -y
ddev launch
```

!!!tip "How to update?"
Expand Down

0 comments on commit 786a949

Please sign in to comment.