Skip to content

Commit 5150577

Browse files
committed
Update readme with NuGet installation
1 parent 6e9690a commit 5150577

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ This project uses only one external dependency: Newtonsoft.Json library (http://
3030

3131
## Installation
3232

33-
There is no installation required. Once you download the code you just need to open the corresponding solution file to your Visual Studio version.
33+
To install Learnosity SDK .NET NuGet package, run the following command in the Package Manager Console
3434

35-
For Visual Studio 2010 users please use: LearnositySDK-VS2010.sln.
36-
37-
For newer Visual Studio versions use default solution file: LearnositySDK.sln
35+
```
36+
PM> Install-Package LearnositySDK
37+
```
3838

3939
## Usage
4040

0 commit comments

Comments
 (0)