Merge branch 'main' of github.com:Horhik/timecode-generator
This commit is contained in:
commit
314e6c6c72
14
README.md
Normal file
14
README.md
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
# timecode-generator
|
||||||
|
A simple Haskell script for creating timecodes by tracking changes in remote Markdown file
|
||||||
|
|
||||||
|
**Requimpments**
|
||||||
|
- Nix package manager installed
|
||||||
|
## Installing
|
||||||
|
Clone repository and run `nix-build -A pkgs.haskell.packages.ghc8107.timecode-generator` inside directory
|
||||||
|
|
||||||
|
You'll find binary in `./result/bin/timecode-generator`
|
||||||
|
#### In nix-shell
|
||||||
|
run `nix-shell` and then compile it with cabal inside (`cabal build timecode-generator`)
|
||||||
|
|
||||||
|
## how to use
|
||||||
|
`./timecode-generator <URL to fetch> <Timecode filename>`
|
Loading…
Reference in a new issue