From 4d050dbd405e57f3763f761709f653e2a7ceea0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rene=20Hamp=C3=B6lz?= <hampoelz@student.tugraz.at> Date: Wed, 13 Nov 2024 14:31:03 +0100 Subject: [PATCH] docs: Add missing toc entries --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 60e340c..4b8c5b2 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,13 @@ The best way to get started is to read the following links step by step, everyth 4. [Visual Studio Code](docs/devcontainer.md#visual-studio-code) 5. [Dev Container Extension](docs/devcontainer.md#dev-container-extension) 3. [Use the dev container](docs/devcontainer.md#use-the-dev-container) + - [Open your assignment in the container](docs/devcontainer.md#open-your-assignment-in-the-container) + - [Commit and push changes](docs/devcontainer.md#commit-and-push-changes) + - [Code Formatting](docs/devcontainer.md#code-formatting) + - [File and function headers](docs/devcontainer.md#file-and-function-headers) + - [Building and debugging](docs/devcontainer.md#building-and-debugging) + - [Setting environment variables](docs/devcontainer.md#setting-environment-variables) + - [Connecting to Imhotep GUI](docs/devcontainer.md#connecting-to-imhotep-gui) **For advanced usage:** -- GitLab