From 40ab5a31ee6bed6dbb388dc9ac10fdec15ac2b64 Mon Sep 17 00:00:00 2001 From: Willard Nilges Date: Thu, 25 Aug 2022 20:46:23 -0400 Subject: [PATCH] Add vnc port to readme --- HACKING/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HACKING/README.md b/HACKING/README.md index 04df1c5..765586a 100644 --- a/HACKING/README.md +++ b/HACKING/README.md @@ -65,6 +65,6 @@ When you log into your Proxstar instance, it should auto-create the pool. If for If you're trying to run this all on a VM without a graphical web browser, you can forward traffic to your computer using SSH. ``` -ssh example@dev-server.csh.rit.edu -L 8000:localhost:8000 +ssh example@dev-server.csh.rit.edu -L 8000:localhost:8000 -L 8001:localhost:8001 ```