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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user