From 1c8e076979e059fe26f954a3a7cc99f8b95173ac Mon Sep 17 00:00:00 2001 From: Manuel Kieweg <manuel.kieweg@h-da.de> Date: Mon, 19 Jul 2021 08:59:26 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index caa8020b6..3d946b9e6 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ - [Overview](#overview) - [Concepts](#concepts) -- [Installing](#installing) +- [Installation](#installation) - [Getting Started](#getting-started) * [k8s](#k8s) * [Using the goSDN CLI](#using-the-cli) @@ -37,7 +37,7 @@ The PND is the single source of truth within a network. Its state is held and ma Any device directly configured by `goSDN` -# Installing +# Installation You can install the latest release of `goSDN` locally using the `go get` command. Since the repository and some dependencies are not publicly available you have to modify your git config first: ```sh > go get code.fbi.h-da.de/danet/gosdn/cmd/gosdn -- GitLab