diff options
| -rw-r--r-- | README.md | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -33,14 +33,18 @@ For the remainder of the instructions, we will assume that `${RSPVNSS_SOURCE_DIR ### Build -From `${RSPVNSS_SOURCE_DIR}`, +From `${RSPVNSS_SOURCE_DIR}` grab all the required modules: +``` +$ go mod download +``` + +And then build: ``` $ go build networkQuality.go ``` That will create an executable in `${RSPVNSS_SOURCE_DIR}` named `networkQuality`. - ### Run From `${RSPVNSS_SOURCE_DIR}`, running the client is straightforward. Simply @@ -55,7 +59,7 @@ Without any options, the tool will attempt to contact `networkquality.example.co $./networkQuality --help ``` -`networkQuality` with the `--help` option will generate the following output: +`networkQuality` with the `-help` option will generate the following output: ``` -config string |
