Skip to content

Commit

Permalink
Nuget details added to readme. Issue #39 (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdoyle-kx authored Dec 8, 2020
1 parent 0408297 commit a283383
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,35 @@ The library is compiled on .NET Standard 2.0 and supports running applications o

See https://dotnet.microsoft.com/platform/dotnet-standard for further details

## Client integration

### NuGet releases

Latest release version can be downloaded from [NuGet](https://www.nuget.org/packages/CSharpKDB/).

Client-applications can search and install "CSharpKDB" package either via

- [Visual Studio](https://docs.microsoft.com/en-us/nuget/consume-packages/install-use-packages-visual-studio)

- [Package Manager Console](https://docs.microsoft.com/en-us/nuget/consume-packages/install-use-packages-powershell)

Example
```powershell
PM> Find-Package CSharpKDB
Id Versions Description
-- -------- -----------
CSharpKDB "Provides functionality for .NET applications to interface with a KDB+ process. "
Time Elapsed: 00:00:00.8274076
PM> Install-Package CSharpKDB
Restoring packages for ...
Installing NuGet package CSharpKDB ....
```



## c.cs

The main entry point for client applications is the kx.c.cs class.
Expand Down

0 comments on commit a283383

Please sign in to comment.