aboutsummaryrefslogtreecommitdiffhomepage
path: root/vendor/github.com/apparentlymart/go-rundeck-api/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/apparentlymart/go-rundeck-api/README.md')
-rw-r--r--vendor/github.com/apparentlymart/go-rundeck-api/README.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/vendor/github.com/apparentlymart/go-rundeck-api/README.md b/vendor/github.com/apparentlymart/go-rundeck-api/README.md
deleted file mode 100644
index 18abfb3..0000000
--- a/vendor/github.com/apparentlymart/go-rundeck-api/README.md
+++ /dev/null
@@ -1,9 +0,0 @@
1# go-rundeck-api
2
3This is a Go client for the Rundeck HTTP API. It was primarily developed to back the Rundeck provider in [Terraform](https://terraform.io), but can be used standalone too.
4
5It should ``go install`` just like any other Go package:
6
7* ``go install github.com/apparentlymart/go-rundeck-api/rundeck``
8
9For reference documentation, see [godoc](https://godoc.org/github.com/apparentlymart/go-rundeck-api/rundeck).