Skip to content
Snippets Groups Projects
Commit de7bfbad authored by Manuel Kieweg's avatar Manuel Kieweg
Browse files

Merge branch 'fbi1478-master-patch-07633' into 'master'

Update README.md

See merge request !191
parents ce5c6074 fd74517e
No related branches found
No related tags found
5 merge requests!243Master into develop2,!241Master into develop,!240Master into Develop,!223Draft: Resolve "TogNMINotifications within fillOnds throws an error while requesting the path '/'",!191Update README.md
Pipeline #80810 passed
...@@ -40,16 +40,12 @@ Any device directly configured by `goSDN` ...@@ -40,16 +40,12 @@ Any device directly configured by `goSDN`
# Installing # 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: 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"
> 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
``` ```
To install the development version you need to clone the repo and use `go install` to build and install the binary: To install the development version you need to clone the repo and use `go install` to build and install the binary:
```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"
> 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:cocsn/gosdn.git
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment