chore(hugo): adjusted README

This commit is contained in:
Stephan Lo 2024-08-28 17:17:01 +02:00
parent c9a194607d
commit 7197520e31

View file

@ -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