Skip to content

Commit ed820a2

Browse files
authored
Merge pull request #43 from Azure-Samples/idg-sam/readme-updates
Update instructions for running configure.ps1 script
2 parents b55c721 + 741e59c commit ed820a2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ If you want to use this automation:
7272
1. In PowerShell run:
7373

7474
```PowerShell
75-
.\AppCreationScripts\Configure.ps1
75+
cd .\AppCreationScripts\
76+
.\Configure.ps1
77+
cd ..
7678
```
7779

7880
> Other ways of running the scripts are described in [App Creation Scripts](./AppCreationScripts/AppCreationScripts.md)

0 commit comments

Comments
 (0)