]> git.scottworley.com Git - pinch/blobdiff - README.md
README: Link auto-upgrade-with-pinch
[pinch] / README.md
index 181dec4f0f2a6aa1560cb62f87c100cce052ec63..b8943041e2821cfad1840681870b199dbaf640c5 100644 (file)
--- 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:
@@ -40,6 +40,8 @@ The second "update" command applies these changes to your nix channels, like `ni
 | Rejects force pushes         |      -      |         -       |    -    |      -     |  yes  |
 | Ready to use today           |     yes     |         -       |   yes   |     yes    |  yes  |
 
+See also [auto-upgrade-with-pinch](https://git.scottworley.com/auto-upgrade-with-pinch).
+
 [require.nix]: https://www.youtube.com/watch?v=DHOLjsyXPtM
 [niv]: https://github.com/nmattia/niv
 [flakes]: https://github.com/nixos/rfcs/pull/49