Skip to content

Commit

Permalink
Add codeblock for earlier ddev versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim-Obert authored and s2b committed Nov 20, 2024
1 parent 0ff107c commit b893410
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Documentation/Installation/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,21 @@ You have several options to run the dev server:

.. group-tab:: in DDEV

Prerequisite is an add-on for DDEV called `ddev-vite-sidecar`:
Prerequisite is an add-on for DDEV called `ddev-vite-sidecar`.
For DDEV v1.23.5 or above run:

.. code-block:: sh
ddev add-on get s2b/ddev-vite-sidecar
ddev restart
For earlier versions of DDEV run:

.. code-block:: sh
ddev get s2b/ddev-vite-sidecar
ddev restart
Then you can start the server inside DDEV:

.. code-block:: sh
Expand Down

0 comments on commit b893410

Please sign in to comment.