Add vnc port to readme

This commit is contained in:
Willard Nilges 2022-08-25 20:46:23 -04:00 committed by GitHub
parent b3d43f8d21
commit 40ab5a31ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
```