Skip to content

Commit 185730a

Browse files
Edits
1 parent 83d3f70 commit 185730a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/storage/blobs/storage-quickstart-blobs-dotnet.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,13 @@ To interact with Azure Blob Storage, install the Azure Blob Storage client libra
8181

8282
### [.NET CLI](#tab/net-cli)
8383

84+
Use the following command to install the `Azure.Storage.Blobs` package:
85+
8486
```dotnetcli
8587
dotnet add package Azure.Storage.Blobs
8688
```
8789

88-
If this command to add the package fails, see the following steps:
90+
If this command to add the package fails, follow these steps:
8991

9092
- Make sure that `nuget.org` is added as a package source. You can list the package sources using the [dotnet nuget list source](/dotnet/core/tools/dotnet-nuget-list-source#examples) command:
9193

@@ -99,6 +101,7 @@ If this command to add the package fails, see the following steps:
99101
dotnet nuget add source https://api.nuget.org/v3/index.json -n nuget.org
100102
```
101103
104+
Now that the package source is updated, run the command to install the package.
102105
---
103106
104107
### Set up the app code

0 commit comments

Comments
 (0)