Update README.md

This commit is contained in:
Pawel Kadluczka 2017-09-14 17:40:13 -07:00
parent 7bc3db1b29
commit 2919c26dd4
1 changed files with 7 additions and 1 deletions

View File

@ -13,7 +13,13 @@ This project is part of ASP.NET Core. You can find samples, documentation and ge
## Packages
The JavaScript client is being published to our dev npm registry as @aspnet/signalr-client. The module contains a browserfied version of the client. You can install the module as follows:
You can install the latest released JavaScript client from npm with the following command:
```bash
npm install @aspnet/signalr-client
```
The CI build publishes the latest dev version of the JavaScript client to our dev npm registry as @aspnet/signalr-client. You can install the module as follows:
- Create an .npmrc file with the following line:
`@aspnet:registry=https://dotnet.myget.org/f/aspnetcore-ci-dev/npm/`