From 8ba7e0dd6128c408f98cabfa0e4a9ce84c10279c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Br=C3=A4unlich?= Date: Wed, 4 Sep 2024 05:36:45 +0000 Subject: [PATCH] remove clone step --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index 3e15c226..e41ff2b1 100644 --- a/README.md +++ b/README.md @@ -40,14 +40,7 @@ contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additio ### Setup -1. Clone and setup -```sh -# Clone all submodules -git submodule update --init --recursive --depth 1 -# Install NPM dependencies -npm install -``` -2. Run Hugo server +**Run Hugo server** ``` $ hugo server Web Server is available at http://localhost:1313/ (bind address 127.0.0.1)