You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Run the installer selecting the preferred "Docker CE" approach and selecting your "DDEV" distro. You can also find all releases at <ahref="https://github.com/ddev/ddev/releases">DDEV Releases</a>.</p>
65
69
66
70
<p>
67
-
In the “DDEV” terminal app or Windows Terminal, confirm that the <code>ddev</code> binary is
71
+
In the “DDEV” terminal app or Windows Terminal "DDEV" profile, confirm that the <code>ddev</code> binary is
<smallclass="block font-mono text-xs text-gray-500">{itemNumber}</small>Create a
83
+
Project
84
+
</h2>
85
+
86
+
<p>Tip: Watch the <ahref="/blog/watch-ddev-local-from-scratch-with-windows-wsl2/">video tutorial</a> showing all of this.</p>
87
+
88
+
<p><strong>Important:</strong> Work inside the WSL2 "DDEV" distro, not on your Windows C:\ drive. Open the "DDEV" app from your Start menu to access the Linux terminal.</p>
89
+
90
+
<p>To view files from Windows Explorer or your IDE: <code>Explorer > Linux > DDEV > home > [your-username]</code></p>
91
+
92
+
<p>Create a directory for your project:</p>
93
+
<Terminaltype={terminalType}code={`${terminalSymbol} mkdir -p ~/dev/my-project && cd ~/dev/my-project`} />
0 commit comments