Skip to content

Commit

Permalink
Update docs/build/program/run.md
Browse files Browse the repository at this point in the history
Co-authored-by: JessamyT <[email protected]>
  • Loading branch information
npentrel and JessamyT authored Jul 21, 2024
1 parent 46e2db3 commit 8c7bbb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/build/program/run.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Running everything on one machine is also convenient if you have a machine (for
To run SDK code on a local nework, you need to change the connection code, that you obtained from the [**CONNECT** tab's **Code sample** page](/build/program/#hello-world-the-connect-tab).
The default machine address (URI) from the **CONNECT** tab is of the form `mymachine-main.0a1bcdefgi.viam.cloud`.
To connect directly to the local machine, change the end of the URI from `.viam.cloud` to `.local.viam.cloud`.
For the example that results in `mymachine-main.0a1bcdefgi.local.viam.cloud`
For the example that results in `mymachine-main.0a1bcdefgi.local.viam.cloud`.

Install the appropriate programming language and [Viam SDK](/sdks/) on your machine and run a command to execute the program in the terminal of that machine instead of from a separate computer:

Expand Down

0 comments on commit 8c7bbb1

Please sign in to comment.