Skip to content

Commit

Permalink
docs: update codespaces install, fixes ddev#85
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Aug 21, 2023
1 parent bf5c9be commit 7164a7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/quickstart/Cloud.astro
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ const { latestVersion } = Astro.props
</li>
<li>
Edit the project’s <code>.devcontainer/devcontainer.json</code> file
to include these two lines in the “features” section:
to include this line in the “features” section:
<Code
code={`"features": {\n "ghcr.io/devcontainers/features/docker-in-docker:2": {},\n "ghcr.io/ddev/ddev/install-ddev:latest": {}\n},`}
code={`"features": {\n "ghcr.io/ddev/ddev/install-ddev:latest": {}\n},`}
theme="nord"
lang="json"
/>
Expand Down

0 comments on commit 7164a7e

Please sign in to comment.