@@ -14,7 +14,7 @@ This project is built using go. We make use of go modules which were introduced
...
@@ -14,7 +14,7 @@ This project is built using go. We make use of go modules which were introduced
- You need to have a GOPATH setup (see ```go help gopath```). As a start you need the GOPATH enviroment variable set to a directory.
- You need to have a GOPATH setup (see ```go help gopath```). As a start you need the GOPATH enviroment variable set to a directory.
- Clone the repository outside of $GOPATH: ```git clone https://git.scc.kit.edu/feudal/feudalClient```
- Clone the repository outside of $GOPATH: ```git clone https://git.scc.kit.edu/feudal/feudalClient.git```
- Switch to the cloned directory and run ```go get```. This fetches dependencies and builds the project. The binary will be located at $GOPATH/bin/feudalClient.
- Switch to the cloned directory and run ```go get```. This fetches dependencies and builds the project. The binary will be located at $GOPATH/bin/feudalClient.