From 415f0b0228ec62c5dac731e424e047d9466d5ede Mon Sep 17 00:00:00 2001 From: Cyrus Kashef Date: Sat, 7 Sep 2024 23:25:16 +0000 Subject: [PATCH] Added Table Of Contents To Building Instructions --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c6241961..4ed6fac7 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,11 @@ The following instructions should work on the following platforms: - Linux (x86_64, ARM) - macOS (x86_64, ARM) +Building Instructions Table Of Contents: +- [Local (Linux)](#local-linux) +- [Local (Docker - Linux/macOS)](#local-docker---linuxmacos) +- [Cloud (GitLab CI)](#cloud-gitlab-ci)) + ## Local (Linux) Works with Ubuntu 18.04 or higher.