Skip to content

Commit

Permalink
fix: add ffmpeg check for linux install
Browse files Browse the repository at this point in the history
  • Loading branch information
alxarno committed Nov 13, 2024
1 parent a14a251 commit 8ee3546
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,13 @@ It allows you to watch **videos**, **images** and also has a **search** feature.

## ⚡️ Install

The latest version of the TinyTune can be found on the GitHub [releases page](repo_release_url).
The latest version of the TinyTune can be found on the GitHub [releases page](https://github.com/alxarno/tinytune/releases).

### Linux
```
# check that you have ffmpeg installed
ffmpeg -v
wget https://github.com/alxarno/tinytune/releases/download/v1.0.0/tinytune_linux_amd64
mv tinytune_linux_amd64 /usr/local/bin/tinytune
Expand Down Expand Up @@ -97,5 +100,4 @@ Usage is provided under the [GPLv3 License](./LICENSE). See LICENSE for the full
[repo_url]: https://github.com/alxarno/tinytune
[repo_logo_img]: ./docs/icon.jpg
[repo_license_url]: https://github.com/alxarno/tinytune/blob/main/LICENSE
[repo_license_img]: https://img.shields.io/github/license/alxarno/tinytune?style=for-the-badge&logo=none
[repo_release_url]: https://github.com/alxarno/tinytune/releases
[repo_license_img]: https://img.shields.io/github/license/alxarno/tinytune?style=for-the-badge&logo=none

0 comments on commit 8ee3546

Please sign in to comment.