Skip to content

Commit

Permalink
Remove mention of localhost in rdk readme (#4759)
Browse files Browse the repository at this point in the history
  • Loading branch information
randhid authored Jan 30, 2025
1 parent a801be1 commit dae1a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ If you have a bug or an idea, please open an issue [here](https://viam.atlassian
* Build: `make server`. Then run `./bin/<your architecture>/server [parameters]`
* Run without building: `go run web/cmd/server/main.go [parameters]`

Example with a dummy configuration: `go run web/cmd/server/main.go -config etc/configs/fake.json`. Then visit http://localhost:8080 to access remote control.
Example with a dummy configuration: `go run web/cmd/server/main.go -config etc/configs/fake.json`.

### Examples
* [CustomResources](https://pkg.go.dev/go.viam.com/rdk/examples/customresources) - example for creating custom resources.
Expand Down

0 comments on commit dae1a24

Please sign in to comment.