From 02b543b6daafbba397f3f0593e4bd1773a8fb05a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Sterba?= <andre.sterba@stud.h-da.de> Date: Thu, 22 Jul 2021 09:44:23 +0200 Subject: [PATCH] Update README to match project namespace change --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0e3cb09fe..14957c127 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Any device directly configured by `goSDN` 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/cocsn/* +> go env -w GOPRIVATE=code.fbi.h-da.de/danet/* > go get code.fbi.h-da.de/danet/gosdn/cmd/gosdn ``` @@ -49,9 +49,9 @@ To install the development version you need to clone the repo and use `go instal ```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/cocsn/* +> go env -w GOPRIVATE=code.fbi.h-da.de/danet/* > cd $GOPATH/src -> git clone git@code.fbi.h-da.de:cocsn/gosdn.git +> git clone git@code.fbi.h-da.de:danet/gosdn.git # checkout the develop branch (or any other branch) > cd $GOPATH/src/code.fbi.h-da.de/danet/gosdn -- GitLab