Skip to content

Commit 051b62c

Browse files
forkiglebuk
authored andcommitted
Expand on NuGet installation (dotnet#90)
Added a badge for NuGet status and fixed a few typos on the readme.md
1 parent 142f3d7 commit 051b62c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,25 @@ Along with these ML capabilities this first release of ML.NET also brings the fi
1414

1515
## Installation
1616

17+
[![NuGet Status](https://img.shields.io/nuget/v/Microsoft.ML.svg?style=flat)](https://www.nuget.org/packages/Microsoft.ML/)
18+
1719
ML.NET runs on Windows, Linux, and macOS - any platform where 64 bit [.NET Core](https://github.com/dotnet/core) or later is available.
1820

1921
The current release is 0.1. Check out the [release notes](Documentation/release-notes/0.1/release-0.1.md).
2022

2123
First ensure you have installed [.NET Core 2.0](https://www.microsoft.com/net/learn/get-started) or later. ML.NET also works on the .NET Framework. Note that ML.NET currently must run in a 64 bit process.
2224

23-
Once you have an app, you can install ML.NET NuGet from the .NET Core CLI using:
25+
Once you have an app, you can install the ML.NET NuGet package from the .NET Core CLI using:
2426
```
2527
dotnet add package Microsoft.ML
2628
```
2729

28-
or from the package manager:
30+
or from the NuGet package manager:
2931
```
3032
Install-Package Microsoft.ML
3133
```
3234

33-
Or alternatively you can add the Microsoft.ML package from within Visual Studio's NuGet package manager.
35+
Or alternatively you can add the Microsoft.ML package from within Visual Studio's NuGet package manager or via [Paket](https://github.com/fsprojects/Paket).
3436

3537
## Building
3638

0 commit comments

Comments
 (0)