Skip to content

Commit

Permalink
Merge pull request Telmate#66 from ardumont/master
Browse files Browse the repository at this point in the history
README: Update Makefile/readme to ease local build
  • Loading branch information
ggongaware committed Jul 14, 2019
2 parents 8ef7113 + a4c86b4 commit 9c1f2f4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@

all: build

setup:
go get github.com/Telmate/proxmox-api-go
go get github.com/hashicorp/terraform/plugin
go get github.com/hashicorp/terraform/terraform
go get github.com/Telmate/terraform-provider-proxmox/cmd/terraform-provider-proxmox
go get github.com/Telmate/terraform-provider-proxmox/cmd/terraform-provisioner-proxmox

build: clean
@echo " -> Building"
@cd cmd/terraform-provider-proxmox && go build
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ Note: this plugin is both a provider and provisioner in one, which is why it nee
Requires https://github.com/Telmate/proxmox-api-go

```
go get github.com/Telmate/proxmox-api-go
export GOPATH=`pwd`
make setup
make
make install
```

Expand Down

0 comments on commit 9c1f2f4

Please sign in to comment.