diff options
| author | Will Hawkins <[email protected]> | 2022-03-16 21:02:49 -0400 |
|---|---|---|
| committer | Will Hawkins <[email protected]> | 2022-03-16 21:02:49 -0400 |
| commit | b9616e661a27dde6b9eb62856226b1accd31908a (patch) | |
| tree | d4026ff9acbec4b78ab622117bf5c4df185666a2 | |
| parent | 20fba96d0bd29ce0cf470cd503b4921e4c45f557 (diff) | |
Bugfix: Update README.md to include instructions for modules.
| -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 |
