Skip to content

Commit 5205832

Browse files
authored
Update README with consistent installation instructions (#9)
1 parent 3d91113 commit 5205832

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ Locate and load environment variables defined when provisioning an [Azure Develo
77

88
## Getting Started
99

10-
Add a package reference to [`DotAzure`](https://www.nuget.org/packages/DotAzure) for .NET SDK-style projects:
10+
If you do not already have an [Azure Developer CLI] (azd) project, you can create one:
1111

1212
```sh
13-
dotnet add package DotAzure
13+
azd init
1414
```
1515

16-
If you do not already have an [Azure Developer CLI] (azd) project, you can create one:
16+
Add a package reference to [`dotazure`](https://www.nuget.org/packages/DotAzure) to your project:
1717

1818
```sh
19-
azd init
19+
dotnet add package DotAzure
2020
```
2121

2222
After you define some resources e.g., an [Azure Key Vault](https://github.com/heaths/dotazure-rs/blob/main/infra/resources.bicep),

0 commit comments

Comments
 (0)