From 616c455508e08a05b534ddd6cfa0c938f345a6b4 Mon Sep 17 00:00:00 2001 From: TerminalMan <84923604+SecretiveShell@users.noreply.github.com> Date: Tue, 26 Oct 2021 20:56:28 +0100 Subject: [PATCH] Improved clarity around visual studio and VS code I had problems trying to build the app with VS Code so I clarified the documentation a little bit. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ac17f17..2c7995d 100644 --- a/README.md +++ b/README.md @@ -47,14 +47,14 @@ Find us on [Discord](https://discord.gg/VraYT2N3wd). ## Development -Want to develop or build the application yourself? Make sure to install the .NET Runtime [.NET 5 Runtime](https://dotnet.microsoft.com/download/dotnet/current/runtime) and [.NET 5 SDK](https://dotnet.microsoft.com/download/dotnet/current). Run the following commands from the `hass-workstation-service\hass-workstation-service` directory to get you started: +If you want to help develop Hass Workstation service, make sure to install the .NET Runtime [.NET 5 Runtime](https://dotnet.microsoft.com/download/dotnet/current/runtime) and [.NET 5 SDK](https://dotnet.microsoft.com/download/dotnet/current). Run the following commands from the `hass-workstation-service\hass-workstation-service` directory to get you started: ```` powershell dotnet build dotnet publish ```` -In case you are using Visual Studio Code, open the `hass-workstation-service\hass-workstation-service` folder to take advantage of the predefined build and publish tasks. +If you are using [Visual Studio](https://visualstudio.microsoft.com/), open the `hass-workstation-service\hass-workstation-service` folder to take advantage of the predefined build and publish tasks, alternativly you can open the project directly from github using the green download button to use the integrated git tools. ## Sensors