mirror of
https://github.com/DarthAffe/RGB.NET.git
synced 2025-12-13 01:58:30 +00:00
Updated readme
This commit is contained in:
parent
2b0449dc89
commit
5c210c591b
12
Documentation/NuGet.Config
Normal file
12
Documentation/NuGet.Config
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<configuration>
|
||||||
|
|
||||||
|
<packageSources>
|
||||||
|
<add key="RGB.NET" value="http://nuget.arge.be/v3/index.json" />
|
||||||
|
</packageSources>
|
||||||
|
|
||||||
|
<activePackageSource>
|
||||||
|
<add key="All" value="(Aggregate source)" />
|
||||||
|
</activePackageSource>
|
||||||
|
|
||||||
|
</configuration>
|
||||||
11
README.md
11
README.md
@ -7,12 +7,15 @@ If you want to help with layouting/testing devices or if you need support using
|
|||||||
|
|
||||||
|
|
||||||
## Adding prerelease packages using NuGet ##
|
## Adding prerelease packages using NuGet ##
|
||||||
This is the easiest and therefore preferred way to include RGB.NET in your project right now.
|
This is the easiest and therefore preferred way to include RGB.NET in your project.
|
||||||
|
|
||||||
Since there aren't stable packages on nuget right now you need to use the CI-build.
|
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 get them from the [RGB.NET MyGet gallery](https://www.myget.org/gallery/rgb_net) by adding the feed as a package source to your Visual Studio.
|
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](NuGet.Config) to your project (at the same level as your solution).
|
||||||
_You need to check "Include prerelease" to see the package in Visual Studio._
|
|
||||||
|
|
||||||
|
|
||||||
### Example usage of RGB.NET
|
### Example usage of RGB.NET
|
||||||
[](http://www.youtube.com/watch?v=JLRa0Wv4qso)
|
[](http://www.youtube.com/watch?v=JLRa0Wv4qso)
|
||||||
|
|
||||||
|
#### Example Projects
|
||||||
|
[https://github.com/DarthAffe/KeyboardAudioVisualizer](https://github.com/DarthAffe/KeyboardAudioVisualizer)
|
||||||
|
[https://github.com/DarthAffe/RGBSyncPlus](https://github.com/DarthAffe/RGBSyncPlus)
|
||||||
Loading…
x
Reference in New Issue
Block a user