Skip to content

Commit

Permalink
Fix video embedding issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerlong committed Apr 11, 2016
1 parent ae85bc0 commit fe5b187
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/win/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
This tutorial demonstrates how to create a new project and install the latest RingCentral C# SDK.

<video width="640" height="400" controls>
<source src="/videos/win-ringcentral-nuget.mp4" type="video/mp4">
<source src="../videos/win-ringcentral-nuget.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>

As the video demonstrated, the recommended way is to install RingCentral SDK is via [NuGet](http://www.nuget.org/packages/RingCentralSDK):

```
Install-Package RingCentralSDK -Pre
```

We installed the prerelease version (`-Pre`). This is because the prerelease version contains incompatible major changes to the stable release. We want to stay on the cutting edge.

As soon as we release RingCentral C# SDK 1.0.0, you will be recommended to install the stable release instead. Please keep this in your mind.

0 comments on commit fe5b187

Please sign in to comment.