diff options
| -rw-r--r-- | examples/cli/README.md | 14 |
1 files changed, 13 insertions, 1 deletions
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 |
