Merge pull request #48 from jlpedrosa/contrib_gopath_update

Update clone path in contribution readme
This commit is contained in:
Mark Gray (MSFT) 2022-11-17 14:54:01 -08:00 committed by GitHub
commit 3ecb5bf13c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ If you are running Windows, then you need to install Git Bash and Make for Windo
First, go to the [AzureRM Terraform provider](https://github.com/terraform-providers/terraform-provider-azurerm) project page and fork the repository into your GitHub account. First, go to the [AzureRM Terraform provider](https://github.com/terraform-providers/terraform-provider-azurerm) project page and fork the repository into your GitHub account.
Once done, you need to clone your fork into the `$GOPATH/src/github.com/terraform-providers/terraform-provider-azurerm` folder. As the provider uses go modules, you can clone the repository in any path.
## Build the sources ## Build the sources