From 7197520e314f124a0e8cceda9ee544d5051e44b6 Mon Sep 17 00:00:00 2001 From: Stephan Lo Date: Wed, 28 Aug 2024 17:17:01 +0200 Subject: [PATCH] chore(hugo): adjusted README --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1930a3b..c8bfe6e 100644 --- a/README.md +++ b/README.md @@ -13,12 +13,11 @@ The repo contains a [Hugo `.devcontainer`-defintion](https://containers.dev/) so To get a locally running documentation editing and presentation environment, follow these steps: 1. open a terminal on your local box -2. Set `REPO=ipceicis-developerframework` -3. Clone this repo: `git clone --recurse-submodules https://bitbucket.telekom-mms.com/scm/ipceicis/${REPO}.git ` -4. Change to the repo working dir: `cd ${REPO}` -5. Open the repo in an [Devcontainer-aware tool/IDE](https://containers.dev/supporting) (e.g. `code .`) -6. Start the `devcontainer` (in VSC it's `F1 + Reopen in Devcontainer`) -7. When the container is up & running just open your browser with `http://localhost:1313/` +1. clone this repo: `git clone https://bitbucket.telekom-mms.com/scm/ipceicis/ipceicis-developerframework.git ` +1. change to the repo working dir: `cd ipceicis-developerframework` +1. open the repo in an [Devcontainer-aware tool/IDE](https://containers.dev/supporting) (e.g. `code .`) +1. start the `devcontainer` (in VSC it's `F1 + Reopen in Devcontainer`) +1. when the container is up & running just open your browser with `http://localhost:1313/` ### Editing