diff --git a/README.md b/README.md index 0b8789f37..3888dc4d7 100644 --- a/README.md +++ b/README.md @@ -18,20 +18,15 @@ A full list of supported devices can be found on the wiki [here](https://wiki.ar #### Want to build? Follow these instructions 1. Create a central folder like ```C:\Repos``` -2. Clone RGB.NET's [development branch](https://github.com/DarthAffe/RGB.NET/tree/Development) into ```\RGB.NET``` -3. Clone Artemis into ```\Artemis``` -4. Clone Artemis.Plugins [master branch](https://github.com/Artemis-RGB/Artemis.Plugins/tree/master) into ```\Artemis.Plugins``` -5. Open ```\RGB.NET\RGB.NET.sln``` and build with the default config -6. Open ```\Artemis\src\Artemis.sln``` and build as Debug -7. Open ```\Artemis.Plugins\src\Artemis.Plugins.sln``` and build as Debug -8. Restore Nuget packages +2. Clone Artemis into ```\Artemis``` +3. Clone Artemis.Plugins [master branch](https://github.com/Artemis-RGB/Artemis.Plugins/tree/master) into ```\Artemis.Plugins``` +4. Open ```\Artemis\src\Artemis.sln``` and build as Debug +5. Open ```\Artemis.Plugins\src\Artemis.Plugins.sln``` and build as Debug ##### Alternatively in PowerShell ``` -git clone https://github.com/DarthAffe/RGB.NET -b Development RGB.NET git clone https://github.com/Artemis-RGB/Artemis Artemis git clone https://github.com/Artemis-RGB/Artemis.Plugins Artemis.Plugins -dotnet build .\RGB.NET\RGB.NET.sln dotnet build .\Artemis\src\Artemis.sln dotnet build .\Artemis.Plugins\src\Artemis.Plugins.sln ```