Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbound committed Apr 23, 2021
1 parent 9e6ea8c commit 457870a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,14 +89,20 @@ There are countless ways to host an ASP.NET Core app, and I can't document or au
The following steps will configure your Windows 10 machine for building the Remotely server and clients.
* Install Visual Studio 2019.
* Link: https://visualstudio.microsoft.com/downloads/
* You only need the below Individual Components for building:
* You should have the following Workloads selected:
* ASP.NET and web development
* .NET desktop development
* .NET Core corss-platform development
* You should have the following Individual Components selected:
* .NET SDK (latest version).
* MSBuild (which auto-selects Roslyn compilers).
* NuGet targets and build tasks.
* .NET Framework 4.8 SDK.
* For debugging and development, you'll need all relevant workloads.
* Install Git for Windows.
* Link: https://git-scm.com/downloads
* Install the latest LTS Node:
* Link: https://nodejs.org/
* Clone the git repository: `git clone https://github.com/lucent-sea/remotely`
* When debugging, the agent will use a pre-defined device ID and connect to https://localhost:5001.
* In development environment, the server will assign all connecting agents to the first organization.
Expand Down

0 comments on commit 457870a

Please sign in to comment.