From 37f44333dcd4edce790e94809d6fed6cc1080e20 Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Thu, 21 Mar 2024 15:47:57 -0700 Subject: [PATCH] Simplify example invocation in README When this is built/installed, you get a `pinch` binary in your $PATH; you don't actually have to say `python3 pinch.py ...` --- Changelog | 1 + README.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index 395803f..355d2b1 100644 --- a/Changelog +++ b/Changelog @@ -1,6 +1,7 @@ ## [Unreleased] - Fix a bash-ism in test.sh, which is #!/bin/sh - Fix setup.py package description +- Simplify example invocation in README ## [3.0.14] - 2024-01-24 diff --git a/README.md b/README.md index 181dec4..3443607 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ PIN CHannels - a simple drop-in replacement for `nix-channel --update`. Example usage, being invoked on the example "channels" file included here: - $ python3 pinch.py pin channels - $ python3 pinch.py update channels + $ pinch pin channels + $ pinch update channels The first "pin" command will add these fields to the file: -- 2.44.1