We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b55c721 + 741e59c commit ed820a2Copy full SHA for ed820a2
README.md
@@ -72,7 +72,9 @@ If you want to use this automation:
72
1. In PowerShell run:
73
74
```PowerShell
75
- .\AppCreationScripts\Configure.ps1
+ cd .\AppCreationScripts\
76
+ .\Configure.ps1
77
+ cd ..
78
```
79
80
> Other ways of running the scripts are described in [App Creation Scripts](./AppCreationScripts/AppCreationScripts.md)
0 commit comments