From 91d4d99a37ff74f375a7c10dba1fbefffb56f950 Mon Sep 17 00:00:00 2001 From: Jose Luis Pedrosa Date: Fri, 19 Jun 2020 13:43:06 +0100 Subject: [PATCH] Update clone path in contribution readme --- provider/CONTRIBUTE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/provider/CONTRIBUTE.md b/provider/CONTRIBUTE.md index 7c9b95fe..cb568041 100644 --- a/provider/CONTRIBUTE.md +++ b/provider/CONTRIBUTE.md @@ -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. -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