diff --git a/README.md b/README.md index be41de5d4e1c64e1ea9d11ea3cfb70eaf3f131cb..caa8020b6f4163554d6ca59300ca6d0ac698559d 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