From 5c3dae9d22475d420d5ccd3581ddb1976a378db9 Mon Sep 17 00:00:00 2001 From: Aimee Ukasick Date: Fri, 23 Aug 2024 15:17:51 -0500 Subject: [PATCH] Website README: Update to include installing HashiCorp package to run content-check locally Validating content section doesn't mention that you need to have the @hashicorp/platform-content-conformance installed if you want to run `npm run content-check` locally. --- website/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/README.md b/website/README.md index ee69d3df4..dff5abd8f 100644 --- a/website/README.md +++ b/website/README.md @@ -90,7 +90,7 @@ The significant keys in the YAML frontmatter are: ### Validating Content -Content changes are automatically validated against a set of rules as part of the pull request process. If you want to run these checks locally to validate your content before comitting your changes, you can run the following command: +Content changes are automatically validated against a set of rules as part of the pull request process. If you want to run these checks locally to validate your content before comitting your changes, install [@hashicorp/platform-content-conformance](https://www.npmjs.com/package/@hashicorp/platform-content-conformance) and then run the following command: ``` npm run content-check