chore(hugo): adjusted README
This commit is contained in:
parent
c9a194607d
commit
7197520e31
1 changed files with 5 additions and 6 deletions
11
README.md
11
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:
|
To get a locally running documentation editing and presentation environment, follow these steps:
|
||||||
|
|
||||||
1. open a terminal on your local box
|
1. open a terminal on your local box
|
||||||
2. Set `REPO=ipceicis-developerframework`
|
1. clone this repo: `git clone https://bitbucket.telekom-mms.com/scm/ipceicis/ipceicis-developerframework.git `
|
||||||
3. Clone this repo: `git clone --recurse-submodules https://bitbucket.telekom-mms.com/scm/ipceicis/${REPO}.git `
|
1. change to the repo working dir: `cd ipceicis-developerframework`
|
||||||
4. Change to the repo working dir: `cd ${REPO}`
|
1. open the repo in an [Devcontainer-aware tool/IDE](https://containers.dev/supporting) (e.g. `code .`)
|
||||||
5. 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`)
|
||||||
6. 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/`
|
||||||
7. When the container is up & running just open your browser with `http://localhost:1313/`
|
|
||||||
|
|
||||||
### Editing
|
### Editing
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue