From 1fd6fbb4f76e1fb02c299574ad4a1c995119cb0b Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 12 Aug 2024 11:08:45 +0100 Subject: [PATCH] ;doc: scripts and add-ons: edits --- bin/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/README.md b/bin/README.md index 25c4b4311..e0323044c 100644 --- a/bin/README.md +++ b/bin/README.md @@ -15,8 +15,8 @@ also published as the [Scripts and add-ons] page on hledger.org.) A *script* is a program you can run immediately without needing to compile it first. They are often small and defined in a single file or shell alias or shell function. -You can create your own simple or complex scripts which enhance hledger, -eg to automate a complicated report so you don't have to remember the detailed command(s). +You can create your own simple or complex scripts which enhance hledger. +Eg you might script a complicated report so you don't have to remember the detailed command(s). A hledger *add-on command* is any program whose name begins with "hledger-". Add-on commands found in PATH will appear in the commands list (shown when you run `hledger` with no arguments). @@ -468,7 +468,7 @@ These are some official and third-party add-ons you can install as compiled prog -## HOW TO +## How to... ### Install scripts