Skip to content

Commit deef2a5

Browse files
authored
Add legacy commands asciinema animated gif (#5)
1 parent 88be135 commit deef2a5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ This utility assumes [nix is installed](https://nixos.org/download.html).
1111

1212
## Example usage without flakes
1313

14+
![Interactive demo showing how to use shellify with flakes](docs/legacy-nix-demo.gif)
15+
1416
I want to run a program called `foo`. When I run `./foo` it complains I don't have python. So I run `nix-shell -p python` and try running `./foo` again.
1517

1618
Now it complains I don't have asciidoc so I come out of the shell and edit the last command to add asciidoc by running `nix-shell -p python asciidoc`. Now it works.

docs/legacy-nix-demo.gif

1.66 MB
Loading

0 commit comments

Comments
 (0)