From 429e8ea76ba939b154aef33faeb3e3b17b315dd2 Mon Sep 17 00:00:00 2001 From: q3aql Date: Sun, 28 Mar 2021 04:39:36 +0200 Subject: [PATCH] Update README.md --- README.md | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 259a722..22be5ff 100644 --- a/README.md +++ b/README.md @@ -1,25 +1,28 @@ -FFmpeg (Latest Git/Stable Static Builds) for GNU/Linux -====================================================== +Script to install FFmpeg (Git/Stable) on GNU/Linux. +=================================================== Script: q3aql (q3aql@protonmail.ch) Builds: John Van Sickle (john.vansickle@gmail.com) ### Sintax: -* `$ ffmpeg-install --install` --> Install FFmpeg (Git version) -* `$ ffmpeg-install --install release` --> Install FFmpeg (Stable version) -* `$ ffmpeg-install --update` --> Update FFmpeg (Git version) -* `$ ffmpeg-install --update release` --> Update FFmpeg (Stable version) -* `$ ffmpeg-install --uninstall` --> Uninstall FFmpeg previously installed -* `$ ffmpeg-install --help` --> Show help + ```shell + $ ffmpeg-install --install --> Install FFmpeg (Git version) + $ ffmpeg-install --install release --> Install FFmpeg (Stable version) + $ ffmpeg-install --update --> Update FFmpeg (Git version) + $ ffmpeg-install --update release --> Update FFmpeg (Stable version) + $ ffmpeg-install --uninstall --> Uninstall FFmpeg previously installed + $ ffmpeg-install --help --> Show help + ```` ### Installation: * Open terminal and type the following commands: - - * `$ git clone https://github.com/q3aql/ffmpeg-install` - * `$ cd ffmpeg-install` - * `$ make install` + ```shell + $ git clone https://github.com/q3aql/ffmpeg-install + $ cd ffmpeg-install + $ make install + ```` ### External links: