Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
feudal
feudalClient
Commits
8b360345
Commit
8b360345
authored
Aug 16, 2018
by
ubedv
Browse files
Update README.md
parent
4d8ac7c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
8b360345
...
...
@@ -11,11 +11,15 @@ The client is configured using a single config file.
Building
----
Have go installed and setup a GOPATH
-
go get -u git.scc.kit.edu/feudal/feudalClient
-
go install git.scc.kit.edu/feudal/feudalClient
To build the client you need go version 1.8 or higher. We recommend using the newest stable version.
This will build the client. The binary will be located at $GOPATH/bin/feudalClient.
-
In addition you need to have a GOPATH setup (instructions:
```go help gopath```
)
-
Fetch the repository and its dependencies into the GOPATH:
```go get -u git.scc.kit.edu/feudal/feudalClient```
-
Build the client:
```go install git.scc.kit.edu/feudal/feudalClient```
. The binary will be located at $GOPATH/bin/feudalClient.
Installation
...
...
@@ -23,5 +27,5 @@ Installation
Copy the binary and a config file to the target VM.
See example-config for an example config.
-
Additional info: feudalClient --help.
-
Run the client: feudalClient ./config/file/path
\ No newline at end of file
-
Additional info:
```feudalClient --help```
-
Run the client:
```feudalClient ./config/file/path```
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment