From e9e1530323d379cc7e412d530e60984acd262655 Mon Sep 17 00:00:00 2001 From: Andrea Angiolillo Date: Tue, 2 Jan 2024 11:57:39 +0000 Subject: [PATCH] doc: Update README.md to include go install command --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bf82fb63..0bace334 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,11 @@ the tool can also generate missing template files to make website creation extre ### Installation -You can install a copy of the binary manually from the [releases](https://github.com/hashicorp/terraform-plugin-docs/releases), -or you can optionally use the [tools.go model](https://github.com/go-modules-by-example/index/blob/master/010_tools/README.md) -for tool installation. +You can install a copy of the binary manually from the [releases](https://github.com/hashicorp/terraform-plugin-docs/releases), or install via the Go toolchain: +```bash +go install github.com/hashicorp/terraform-plugin-docs/cmd/tfplugindocs@latest +``` + ### Usage