Update README.md

This commit is contained in:
Jared 2019-05-14 17:09:26 -07:00 committed by Jared Goodwin
parent eaae50a768
commit e4b09ea8d4

View File

@ -13,8 +13,8 @@ The following steps will configure your Windows 10 machine for building the Remo
* Install the latest .NET Core SDK.
* Link: https://dotnet.microsoft.com/download
* Clone the git repository and open the solution in Visual Studio.
* Build (in Release configuration) the Remotely_Desktop and Remotely_ScreenCast projects.
* By default, the screen-sharing desktop app prompts for a host URL and can be changed thereafter. To hard-code a URL, set the ForceHost value in /Remotely_Desktop/ViewModels/MainWindowViewModel.cs to the server's URL.
* Build (in Release configuration) the Remotely_Desktop.Win and Remotely_ScreenCast.Win projects.
* By default, the screen-sharing desktop app prompts for a host URL and can be changed thereafter. To hard-code a URL, set the ForceHost value in /Remotely_Desktop.Win/ViewModels/MainWindowViewModel.cs to the server's URL.
* Run Publish.ps1 in the Utilities folder.
* Example: powershell -f [path]\Publish.ps1 -outdir C:\inetpub\remotely -rid win10-x86
* The output folder will now contain the server, with the clients in the Downloads folder.