diff --git a/README.md b/README.md index c2edd44..1974d2d 100644 --- a/README.md +++ b/README.md @@ -17,16 +17,17 @@ loudness and true peak using the `ebur128` filter. ## Install ClipCheck requires Node.js 20 or newer plus `ffprobe` on `PATH`. Install FFmpeg -from , then run without a global install: +from , then run the current release directly +from its public source repository: ```console -npx yy-clipcheck --profile youtube-shorts ./short.mp4 +npm exec --yes --package=git+https://github.com/yycore/clipcheck.git -- clipcheck --profile youtube-shorts ./short.mp4 ``` Or install the command globally: ```console -npm install --global yy-clipcheck +npm install --global git+https://github.com/yycore/clipcheck.git clipcheck --list-profiles ```