Skip to content

Commit

Permalink
Better directions for SDK installation (viamrobotics#3882)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjirewis authored May 2, 2024
1 parent efcdadc commit 0491b8e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion robot/client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,16 @@ The Go client for the Viam RDK can function as an SDK to connect to a robot.

# Install

To install the Go SDK, run
To install the Go SDK, run the following command from inside a Go module (use
`go mod init` to create a module if you do not have one already).

```
go get go.viam.com/rdk/robot/client
```

After adding the code below, you may have to run `go mod tidy` to add all required
dependencies to your `go.mod` file.

# Basic Usage

To connect to a robot as a client, you should instantiate a client.
Expand Down

0 comments on commit 0491b8e

Please sign in to comment.