未验证 提交 d04df9d1 编写于 作者: J Josh Free 提交者: GitHub

Update README.MD

Update installation instructions
上级 c0a6cb1c
......@@ -31,10 +31,19 @@ We have the following deliverables on our intermediate-term roadmap (not in orde
* [ ] Provide C# device bindings and canvas support for [LED matrices](https://www.adafruit.com/product/607)
* [ ] Provide C# device bindings for LCD panels
## Install .NET Core
## How to Install and Get Started
* [Official releases](https://www.microsoft.com/net/download)
* [Daily builds](https://github.com/dotnet/core/blob/master/daily-builds.md)
You can install the latest daily pre-release build of the .NET Core System.Device.Gpio nuget package from the [dotnet.myget.org feed](https://dotnet.myget.org/feed/dotnet-core/package/nuget/System.Device.Gpio).
#### NuGet.exe
~~~~
nuget install System.Device.Gpio -PreRelease -Source https://dotnet.myget.org/F/dotnet-core/api/v3/index.json
~~~~
#### .NET CLI
~~~~
dotnet add package System.Device.Gpio --source https://dotnet.myget.org/F/dotnet-core/api/v3/index.json
~~~~
## Community
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册