From 15f78a970a616dfe654b25877f6d869231c877a3 Mon Sep 17 00:00:00 2001 From: Robert Beekman Date: Sat, 16 Jan 2021 00:16:25 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 51474bb1e..42694ef1f 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,14 @@ Artemis 1 is no longer supported and Artemis 2 is in active development. This en 4. Open ```\Artemis\src\Artemis.sln``` 5. Restore Nuget packages +##### Alternatively in PowerShell +```powershell +git clone https://github.com/DarthAffe/RGB.NET -b Development RGB.NET +git clone https://github.com/Artemis-RGB/Artemis Artemis +dotnet build .\RGB.NET\RGB.NET.sln +dotnet build .\Artemis\src\Artemis.sln +``` + For an up-to-date overview of what's currently being worked on, see the [Projects](https://github.com/SpoinkyNL/Artemis/projects) page ## Plugin development