From 03393dbe661ca1367deb78ebd8f738370a8550ff Mon Sep 17 00:00:00 2001 From: Yash Garg Date: Mon, 22 Jul 2024 01:36:50 +0530 Subject: [PATCH] docs(README): use nixpkgs for nix example --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 85baa3b..758dd23 100644 --- a/README.md +++ b/README.md @@ -106,10 +106,10 @@ Run using Nix flakes: ```bash # Run ls -$ nix run github:tomcur/termsnap -- --columns 80 --lines 36 -- ls --color=always -l +$ nix run nixpkgs#termsnap -- --columns 80 --lines 36 -- ls --color=always -l # Run an interactive bash session -$ nix run github:tomcur/termsnap -- --interactive --out ./interactive-bash.svg -- bash +$ nix run nixpkgs#termsnap -- --interactive --out ./interactive-bash.svg -- bash ``` ## A note on fonts