Skip to content

Commit 50b6524

Browse files
committed
Update viam-applications.md
1 parent 6430fca commit 50b6524

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/operate/control/viam-applications.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ const machineCookieKey = window.location.pathname.split("/")[2];
5454
} = JSON.parse(Cookies.get(machineCookieKey)!));
5555
```
5656

57-
For developing your application on localhost, run the following command which will proxy your local app to a machine for testing:
57+
For developing your application on localhost, run the following command which will proxy your local app.
58+
The command will open a browser window and navigate to `http://localhost:8000/machine/<machineHostname>` for the machine provided with --machine-id.
5859

5960
{{< tabs >}}
6061
{{% tab name="Template" %}}

0 commit comments

Comments
 (0)