mention PATH in the readme

related to #25
This commit is contained in:
Ren Tatsumoto 2023-12-09 01:10:47 +03:00
parent a9fb7db613
commit 71850061a1

View file

@ -11,6 +11,19 @@ Easily create video and audio clips with mpv in a few keypresses.
Videoclips are saved as `.mp4` or `.webm`.
Subtitles can be embedded into the clips.
## Prerequisites
1) [Install mpv](https://mpv.io/installation/).
2) Add the directory where `mpv` is installed
to the [PATH](https://www.mojeek.com/search?q=path+variable).
If you're using GNU/Linux, this step is likely unnecessary
because package managers (`apt`, `pacman`, etc.)
place executable files to `/usr/bin` which is already added to the `PATH`.
If you have installed `mpv` to a non-standard location,
or if you're not using the GNU operating system,
you need to make sure that `mpv` is added to the `PATH`.
## Installation
### Manually