Add info about nix flake to README.md
This commit is contained in:
parent
feb0f5c9d2
commit
4fe9ccbab5
1 changed files with 5 additions and 0 deletions
|
@ -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'
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue