Skip to content

Commit

Permalink
Merge pull request #10 from Yash-Garg/yg/nixpkgs
Browse files Browse the repository at this point in the history
chore(docs): use `nixpkgs` for nix example
  • Loading branch information
tomcur authored Jul 26, 2024
2 parents 6801095 + 03393db commit 3fc013c
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 3fc013c

Please sign in to comment.