diff --git a/README.md b/README.md index 9220901..eaf24c1 100644 --- a/README.md +++ b/README.md @@ -201,10 +201,10 @@ Write-host "AzGovViz service principal created successfully." ### Define variables $directoryToCloneAccelerator = "" $GitHubOrg = "" - $GitHubRepository = "" + $GitHubRepository = "Azure-Governance-Visualizer" ### Create a new repository from template - gh repo create 'Azure-Governance-Visualizer' --template Azure/Azure-Governance-Visualizer-Accelerator --private + gh repo create $GitHubRepository --template Azure/Azure-Governance-Visualizer-Accelerator --private New-Item -ItemType Directory -Path $directoryToCloneAccelerator cd $directoryToCloneAccelerator gh repo clone "$GitHubOrg/$GitHubRepository" @@ -487,4 +487,4 @@ To deploy the accelerator after having the pre-requisites ready, you need to per ## Sources to documentation -For more information on Azure Governance Visualizer, please visit the [official docs](https://github.com/JulianHayward/Azure-MG-Sub-Governance-Reporting). \ No newline at end of file +For more information on Azure Governance Visualizer, please visit the [official docs](https://github.com/JulianHayward/Azure-MG-Sub-Governance-Reporting).