Skip to content

Commit 7a4d9db

Browse files
yt-dlp-ejs: add example to notes
1 parent 84d8612 commit 7a4d9db

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

net/yt-dlp-ejs/Portfile

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,12 @@ if {${os.major} <= 16} {
5757
depends_run-append path:bin/qjs:quickjs
5858

5959
notes "
60-
if you are using MacOS 10.12 or older, you will need to pass the
61-
'--js-runtimes quickjs' flag or add the appropriate changes to
62-
your yt-dlp configuration file.
60+
If you are using macOS 10.12 or older, you will need to pass the
61+
'--js-runtimes quickjs:${prefix}/bin/qjs' flag or add the appropriate
62+
changes to your yt-dlp configuration file. For example, you can run
63+
this command to set up the default configuration file:
64+
65+
echo --js-runtimes quickjs:${prefix}/bin/qjs >> ~/yt-dlp.conf
6366
"
6467
}
6568

0 commit comments

Comments
 (0)