File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,17 +8,17 @@ Requirements
88- [ Go] ( https://golang.org/doc/install ) Latest Version
99
1010## Building The Provider ##
11- Clone this repository to: ` $GOPATH/src/github.com/ciscoecosystem /terraform-provider-cisco-aci ` .
11+ Clone this repository to: ` $GOPATH/src/github.com/CiscoDevNet /terraform-provider-cisco-aci ` .
1212
1313``` sh
14- $ mkdir -p $GOPATH /src/github.com/ciscoecosystem ; cd $GOPATH /src/github.com/ciscoecosystem
15- $ git clone https://github.com/ciscoecosystem /terraform-provider-aci.git
14+ $ mkdir -p $GOPATH /src/github.com/CiscoDevNet ; cd $GOPATH /src/github.com/CiscoDevNet
15+ $ git clone https://github.com/CiscoDevNet /terraform-provider-aci.git
1616```
1717
1818Enter the provider directory and run dep ensure to install all the dependancies. After, that run make build to build the provider binary.
1919
2020``` sh
21- $ cd $GOPATH /src/github.com/ciscoecosystem /terraform-provider-aci
21+ $ cd $GOPATH /src/github.com/CiscoDevNet /terraform-provider-aci
2222$ dep ensure
2323$ make build
2424
You can’t perform that action at this time.
0 commit comments