Skip to content

Commit 75cfaa8

Browse files
committed
Update readme with installation steps.
1 parent 56467c3 commit 75cfaa8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,20 @@ php ./web/core/scripts/drupal quick-start foundry
2525
This method is great for development purposes.
2626

2727
1. First install ddev https://ddev.com/get-started/
28-
2. Then from the project root execute the following:
28+
2. Then from the project root execute the following commands:
2929

3030
```
3131
ddev start
32+
ddev ssh #Connect to container
33+
drush si --existing-config -y #Install site
3234
```
3335

3436

3537
For production use we suggest a contaier based workflow such as docker or kubernetes.
3638

3739
## Contributing
3840

39-
This project uses conventional commits https://www.conventionalcommits.org/en/v1.0.0/
41+
This project uses conventional commits https://www.conventionalcommits.org/en/v1.0.0/
4042

4143
You will need nodejs v16.x installed for local development, we assume you will be using nvm.
4244

0 commit comments

Comments
 (0)