Add info about nix flake to README.md

This commit is contained in:
batteredbunny 2023-07-10 01:04:47 +03:00
parent feb0f5c9d2
commit 4fe9ccbab5

View file

@ -4,4 +4,9 @@ Simple program to split video file into clips of requested length
```
go run . --filename 'Family Guy - S01E01 - Death Has a Shadow SDTV.mkv' --clip_length 5
```
# Running with nix
```
nix run git+https://git.catnip.ee/miisu/clip-maker -- --filename 'Video.mp4'
```