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

Commit ce7307b

Browse files
authored
Merge pull request #140 from rabrahamOpti/master
Small fix to the Extractor section of the ReadMe
2 parents 9774b1b + e6f8aab commit ce7307b

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)