We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e9690a commit 5150577Copy full SHA for 5150577
readme.md
@@ -30,11 +30,11 @@ This project uses only one external dependency: Newtonsoft.Json library (http://
30
31
## Installation
32
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.
+To install Learnosity SDK .NET NuGet package, run the following command in the Package Manager Console
34
35
-For Visual Studio 2010 users please use: LearnositySDK-VS2010.sln.
36
-
37
-For newer Visual Studio versions use default solution file: LearnositySDK.sln
+```
+PM> Install-Package LearnositySDK
38
39
## Usage
40
0 commit comments