1
0
mirror of https://github.com/DarthAffe/RGB.NET.git synced 2025-12-12 17:48:31 +00:00

Fixed wrong link in ReadMe

This commit is contained in:
DarthAffe 2019-01-05 13:00:53 +01:00 committed by GitHub
parent 56c6d64faa
commit f3975387cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ If you want to help with layouting/testing devices or if you need support using
This is the easiest and therefore preferred way to include RGB.NET in your project.
Since there aren't any release-packages right now you'll have to use the CI-feed from [http://nuget.arge.be](http://nuget.arge.be).
You can include it either by adding ```http://nuget.arge.be/v3/index.json``` to your Visual Studio package sources or by adding this [https://github.com/DarthAffe/RGB.NET/tree/master/Documentation/NuGet.Config](https://github.com/DarthAffe/RGB.NET/tree/master/Documentation/NuGet.ConfigNuGet.Config) to your project (at the same level as your solution).
You can include it either by adding ```http://nuget.arge.be/v3/index.json``` to your Visual Studio package sources or by adding this [NuGet.Config](https://github.com/DarthAffe/RGB.NET/tree/master/Documentation/NuGet.Config) to your project (at the same level as your solution).
### Example usage of RGB.NET