Skip to content

Commit

Permalink
docs(README): use nixpkgs for nix example
Browse files Browse the repository at this point in the history
  • Loading branch information
Yash-Garg committed Jul 22, 2024
1 parent 6801095 commit 03393db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 03393db

Please sign in to comment.