From 6a2f4eb250fa857fb5c619107c4a5b02b51a3104 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 1 Mar 2026 20:17:15 +0200 Subject: clarify location of rcm CLI tool in cli example README --- examples/cli/README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/examples/cli/README.md b/examples/cli/README.md index d393a9c..e88c6bc 100644 --- a/examples/cli/README.md +++ b/examples/cli/README.md @@ -1,6 +1,18 @@ # Example: Via CLI -Uses RCM through the `rcm` command-line tool. +Uses RCM through the `rcm` command-line tool located at `bin/rcm` in the repository root. + +To make it available on your `PATH`: + +```sh +export PATH="$PATH:/path/to/rcm/bin" +``` + +Or invoke it directly: + +```sh +/path/to/rcm/bin/rcm config.rb --dry +``` ## Usage -- cgit v1.2.3