Skip to content
Snippets Groups Projects
Commit 02b543b6 authored by André Sterba's avatar André Sterba
Browse files

Update README to match project namespace change

parent 773e97fb
No related branches found
No related tags found
1 merge request!193Update README to match project namespace change
Pipeline #80939 passed
...@@ -41,7 +41,7 @@ Any device directly configured by `goSDN` ...@@ -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: 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 ```sh
> git config --global url."git@code.fbi.h-da.de:".insteadOf "https://code.fbi.h-da.de" > 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 > 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 ...@@ -49,9 +49,9 @@ To install the development version you need to clone the repo and use `go instal
```sh ```sh
# If you haven't cloned the repo yet # 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" > 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 > 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) # checkout the develop branch (or any other branch)
> cd $GOPATH/src/code.fbi.h-da.de/danet/gosdn > cd $GOPATH/src/code.fbi.h-da.de/danet/gosdn
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment