From 7e51cdeacda512367655b329dbc83a327c4a9074 Mon Sep 17 00:00:00 2001 From: Denis Lehmann Date: Sat, 17 Apr 2021 09:23:35 +0200 Subject: [PATCH] update README --- README.org | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.org b/README.org index f960cef..ee14421 100644 --- a/README.org +++ b/README.org @@ -27,7 +27,7 @@ If you have a recent *Nix* version and *flakes* are enabled, you can execute the If you are not running the [[https://nixos.org/][Nix]] package manager, you should definitely try it out. -Anyway, this is just a shell script so clone the repo, make sure the dependencies listed below are fulfilled and there you go. +Anyway, this is just a shell script so clone the repo, make sure the dependencies listed below are fulfilled and there you go: #+begin_example sh ./tyt --help @@ -36,16 +36,14 @@ Anyway, this is just a shell script so clone the repo, make sure the dependencie ** Dependencies If you are running tyt as *Nix flake* you don't have to care about dependencies. -A mpv version with scripts is used by default, this enables *MPRIS support* while playback and *skipping sponsored seqments* of videos. +A mpv version with scripts is used by default, this enables *MPRIS support* while playback and *skipping sponsored segments* of videos. -These are the dependencies of the script: +If you are not running Nix, make sure the following dependencies are installed on your system and hope that everything works: - [[https://stedolan.github.io/jq/][jq]] - [[https://mpv.io/][mpv]] - [[https://ytdl-org.github.io/youtube-dl/][youtube-dl]] -If you are not running Nix, make sure those are available on your system and hope that everything works. - ** Usage #+begin_example text