1
0
mirror of https://github.com/dpsenner/mkv-split-chapters.git synced 2025-12-10 07:57:22 +01:00

Readme: updated installation script to use readlink -f

This commit is contained in:
Dominik Psenner
2017-07-25 23:33:34 +02:00
parent 5cc3ef4226
commit 8b7ff909ef

View File

@@ -7,7 +7,7 @@ This is a simple tool that takes one mkv file with several chapters and extracts
``` ```
$ git clone https://github.com/dpsenner/mkv-split-chapters.git $ git clone https://github.com/dpsenner/mkv-split-chapters.git
$ cd mkv-split-chapters $ cd mkv-split-chapters
$ sudo ln -s $(pwd mkv-split-chapters/mkv-split-chapters.sh)/mkv-split-chapters.sh /usr/local/bin/mkv-split-chapters $ sudo ln -s $(readlink -f mkv-split-chapters/mkv-split-chapters.sh) /usr/local/bin/mkv-split-chapters
``` ```
## Usage ## Usage