Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Kahn committed Aug 2, 2018
1 parent c36832a commit 0aa9908
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@ Requirements
Building The Provider
---------------------

Clone repository to: `$GOPATH/src/github.com/terraform-providers/terraform-provider-librato`
Clone repository to: `$GOPATH/src/github.com/terraform-providers/terraform-provider-appoptics`

```sh
$ mkdir -p $GOPATH/src/github.com/terraform-providers; cd $GOPATH/src/github.com/terraform-providers
$ git clone [email protected]:terraform-providers/terraform-provider-librato
$ git clone [email protected]:terraform-providers/terraform-provider-appoptics
```

Enter the provider directory and build the provider

```sh
$ cd $GOPATH/src/github.com/terraform-providers/terraform-provider-librato
$ cd $GOPATH/src/github.com/terraform-providers/terraform-provider-appoptics
$ make build
```

Expand All @@ -44,7 +44,7 @@ To compile the provider, run `make build`. This will build the provider and put
```sh
$ make bin
...
$ $GOPATH/bin/terraform-provider-librato
$ $GOPATH/bin/terraform-provider-appoptics
...
```

Expand Down

0 comments on commit 0aa9908

Please sign in to comment.