From 41bed876ea724e53517d18d610b1e7cc1229e49f Mon Sep 17 00:00:00 2001 From: Cameron Date: Sat, 1 Aug 2026 18:10:44 -0400 Subject: [PATCH] Document live source installation --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 ```