Skip to content
This repository was archived by the owner on Dec 15, 2025. It is now read-only.

Commit 537b933

Browse files
authored
Update GettingStarted.md
Fixed ce-dev deploy command
1 parent 81b6414 commit 537b933

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/GettingStarted.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ We have used Ansible to [provision](provision) the running containers:
5454

5555
So, we have running containers, with the needed software installed and configured, but we still need one last step:
5656
```
57-
ce-deploy
57+
ce-dev deploy
5858
```
5959
We have used Ansible (again) to [setup the application](deploy). In short, we've basically done
6060
- composer install
@@ -69,4 +69,4 @@ That should open https://www.hello.local in a new browser's tab, with a fresh Dr
6969
```
7070
ce-dev shell
7171
```
72-
Will open a shell in the 'web' container. You can then `cd ~/deploy/live.local` and run a `drush uli` to grab a login link.
72+
Will open a shell in the 'web' container. You can then `cd ~/deploy/live.local` and run a `drush uli` to grab a login link.

0 commit comments

Comments
 (0)