Skip to content

Commit 8dc3572

Browse files
Update README.md
to include install instructions
1 parent 9245ab4 commit 8dc3572

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,11 @@
33
A PowerShell module to interact with the Cosmos DB NoSQL REST API.
44

55
[![Build Status](https://dev.azure.com/rylanddegregory/CosmosDBNoSQL/_apis/build/status%2FBuild%20%26%20Publish?branchName=main)](https://dev.azure.com/rylanddegregory/CosmosDBNoSQL/_build/latest?definitionId=17&branchName=main) [![CosmosDBNoSQL package in CosmosDBNoSQL feed in Azure Artifacts](https://feeds.dev.azure.com/rylanddegregory/dbe41a48-f2f8-4ebe-b768-95248d4addc5/_apis/public/Packaging/Feeds/CosmosDBNoSQL/Packages/5073f8c7-d18d-4a4d-8f43-808977e0fda9/Badge)](https://dev.azure.com/rylanddegregory/CosmosDBNoSQL/_artifacts/feed/CosmosDBNoSQL/NuGet/CosmosDBNoSQL?preferRelease=true)
6+
7+
## Install from Azure Artifacts
8+
9+
```PowerShell
10+
Register-PSRepository -Name 'CosmosDBNoSQL' -SourceLocation 'https://pkgs.dev.azure.com/rylanddegregory/CosmosDBNoSQL/_packaging/CosmosDBNoSQL/nuget/v2'
11+
Install-Module -Name 'CosmosDBNoSQL'
12+
Import-Module -Name 'CosmosDBNoSQL' -Force
13+
```

0 commit comments

Comments
 (0)