Skip to content

Commit

Permalink
Add note stating OrbStack is not free for professional use, fixes #286 (
Browse files Browse the repository at this point in the history
#290)


Co-authored-by: Randy Fay <[email protected]>
  • Loading branch information
A-Kun and rfay authored Dec 31, 2024
1 parent 837a959 commit 3be6496
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/quickstart/Mac.astro
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ const { latestVersion } = Astro.props

<div class="prose dark:prose-invert">
<p class="text-gray-600 mb-16 dark:text-slate-400">
We’ll use OrbStack since it’s the most straightforward of <a
We’ll use OrbStack since it’s the simplest of <a
href="https://ddev.readthedocs.io/en/stable/users/install/docker-installation/#macos"
target="_blank"
>several options</a
>.
>. OrbStack is not free for professional use, but several other options are open-source and free to use.
</p>

<h2 class="text-3xl mt-24">
Expand Down Expand Up @@ -77,7 +77,7 @@ const { latestVersion } = Astro.props


<div class="prose dark:prose-invert">
<p>Confirm that you’ve now got DDEV installed: 🎉</p>
<p>Confirm that DDEV is installed: 🎉</p>
<Terminal code={`→ ddev -v\nddev version ${latestVersion}`} />

<h2 class="text-3xl mt-24">
Expand Down

0 comments on commit 3be6496

Please sign in to comment.