From 3edc7f107d5808f9992a10c26baac816b2758ca7 Mon Sep 17 00:00:00 2001 From: Matthew Grasmick Date: Fri, 8 Apr 2022 14:25:02 -0400 Subject: [PATCH] Update docs for make docs. --- CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f8f7bfee3..a52d465e9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -83,6 +83,11 @@ To generate docs for all commands in RST format, run: ./bin/acli self:make-docs ``` +To copy the output easily to the clipboard, run: +``` +./bin/acli self:make-docs | pbcopy +``` + If you're on Mac, you can render and view the outputted RST using a command like this: ``` brew install restview