From e2f3ac81eaba4735cee6e0823c400375724ecadb Mon Sep 17 00:00:00 2001 From: Martin Peck Date: Wed, 26 Nov 2025 15:27:21 +0000 Subject: [PATCH] Update cloning instructions in getting-started.md Both bash and powershell examples were identical, and neither had bash or powershell specific instructions. Replace both of these with a single `console` example. --- docs/getting-started.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index c8839ef..dff74b7 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -29,13 +29,7 @@ repos/ └── hve-core/ ``` -```bash -cd repos -git clone https://github.com/your-org/my-project.git -git clone https://github.com/microsoft/hve-core.git -``` - -```powershell +```console cd repos git clone https://github.com/your-org/my-project.git git clone https://github.com/microsoft/hve-core.git