From fd74517e80a0b0318ed2a97a4a75e31d24a772c3 Mon Sep 17 00:00:00 2001 From: Manuel Kieweg <manuel.kieweg@h-da.de> Date: Mon, 19 Jul 2021 08:46:03 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index be41de5d4..caa8020b6 100644 --- a/README.md +++ b/README.md @@ -40,16 +40,12 @@ Any device directly configured by `goSDN` # Installing 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 -> git config --global url."git@code.fbi.h-da.de:".insteadOf "https://code.fbi.h-da.de" -> go env -w GOPRIVATE=code.fbi.h-da.de/danet/* > go get code.fbi.h-da.de/danet/gosdn/cmd/gosdn ``` To install the development version you need to clone the repo and use `go install` to build and install the binary: ```sh # If you haven't cloned the repo yet -> git config --global url."git@code.fbi.h-da.de:".insteadOf "https://code.fbi.h-da.de" -> go env -w GOPRIVATE=code.fbi.h-da.de/danet/* > cd $GOPATH/src > git clone git@code.fbi.h-da.de:cocsn/gosdn.git -- GitLab