Skip to content

Commit 8e686cb

Browse files
Update README.md
1 parent 56297a8 commit 8e686cb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,16 @@ On Linux:
5252

5353
`./vnc-software/download_tigervnc.sh`
5454

55+
TODO: this has been replaced by download_generic.sh, see build_release_linux.sh
56+
5557
On Windows (using Bash for Windows, see below):
5658

5759
`./vnc-software/download_uvnc.sh`
5860

61+
TODO: this has been replaced by download_generic.sh, see build_release_windows.sh
62+
63+
On MacOS, see build_release_macos.sh
64+
5965
## Start the app
6066

6167
To start the PeerViewer standalone Electron app, do:
@@ -72,6 +78,8 @@ To build a release, have a look at the interactive scripts:
7278

7379
`./build_release_windows.sh # needs to be done on a Windows machine, more info in the script itself`
7480

81+
`./build_release_macos.sh # needs to be done on a MacOS machine, more info in the script itself`
82+
7583
## Run as webapp
7684

7785
To run it as a webapp on http://localhost:8000/, do:

0 commit comments

Comments
 (0)