Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit e6f8aab

Browse files
author
rabrahamOpti
committed
Quibble: The ReadMe says to run dotnet restore before navigating to the directory where the .sln file lives. dotnet restore will fail, because the .sln file isn't in the current directory. It's not hard to find, but it'll save users time if the steps are technically accurate
1 parent 9774b1b commit e6f8aab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/APIM_ARMTemplate/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,8 @@ To be able to run the Extractor, you would first need to [install the Azure CLI]
171171

172172
## Running the Extractor
173173
Below are the steps to run the Extractor from the source code:
174-
- Clone this repository and restore its packages using ```dotnet restore```
175-
- Navigate to {path_to_folder}/src/APIM_ARMTemplate/apimtemplate directory
174+
- Clone this repository and navigate to {path_to_folder}/src/APIM_ARMTemplate/apimtemplate
175+
- Restore its packages using ```dotnet restore```
176176
- Make sure you have signed in using Azure CLI and have switched to the subscription containing the API Management instance from which the configurations will be extracted.
177177
```
178178
az login

0 commit comments

Comments
 (0)