Quickstart Guide
Quickstart
Step 1 — Install Garden
brew install garden-io/garden/garden-clicurl -sL https://get.garden.io/install.sh | bashSet-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/garden-io/garden/master/support/install.ps1'))Add-MpPreference -ExclusionPath "C:\Path\To\Your\Repo\.garden"Step 2 — Clone the example project
git clone https://github.com/garden-io/quickstart-example.git
cd quickstart-exampleStep 3 — Deploy the project
Next Steps
Last updated
Was this helpful?

