Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: show initial and project-checkout Backdrop installation #5781

Merged
merged 3 commits into from
Feb 11, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/content/users/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ Before proceeding, make sure your installation of DDEV is up to date. In a new a
To get started with [Backdrop](https://backdropcms.org), clone the project repository and navigate to the project directory.

```bash
git clone https://github.com/example/example-site
cd example-site
ddev config
git clone https://github.com/backdrop/backdrop my-backdrop-site
cd my-backdrop-site
ddev config --project-type=backdrop
ddev start
ddev launch
```
Expand Down