From 63f651b1d4e2aa1668ac4dd4662a5c556841ba3d Mon Sep 17 00:00:00 2001 From: Frank dellaert Date: Mon, 6 Sep 2021 22:35:58 -0400 Subject: [PATCH] Fixed VNC docs for Mac --- docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/README.md b/docker/README.md index 41cae6128..37c47a27f 100644 --- a/docker/README.md +++ b/docker/README.md @@ -47,7 +47,7 @@ sudo apt-get install tigervnc-viewer xtigervncviewer :5900 ``` ### Mac -In the finder, in the Go menu, select "Connect to Server...", enter `vnc://127.0.0.1`, and then press "Connect". When prompted for a password, leave blank and press "Sign In". +The Finder's "Connect to Server..." with `vnc://127.0.0.1` does not work, for some reason. Using the free [VNC Viewer](https://www.realvnc.com/en/connect/download/viewer/), enter `0.0.0.0:5900` as the server. # Re-building the images locally