From a198eea9dc1a1f2c70a9e733e42b1028f2eec9b7 Mon Sep 17 00:00:00 2001 From: MrNarsus Date: Sat, 8 Jun 2024 03:13:31 +0300 Subject: [PATCH] Some corrections in the text --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 4556e8b..7758306 100644 --- a/README.md +++ b/README.md @@ -10,15 +10,15 @@ A simple desktop recorder for Linux systems. Built using GTK4 and ffmpeg. - You can choose the audio input source you want from the list. - You can also set the default values you want by simply changing them in the interface, and the program will save them for you for the next time you open it. -it based on [Green Recorder](https://github.com/mhsabbagh/green-recorder) and rewritten in Rust with improvements +It based on [Green Recorder](https://github.com/mhsabbagh/green-recorder) and rewritten in Rust with improvements. ## Installation -Blue Recorder available as Snap and Flatpak package +Blue Recorder available as Snap and Flatpak package: Get it from the Snap Store Download on Flathub ## Build from source -Blue Recorder depend in the following dependencies +Blue Recorder depend in the following dependencies: ``` ffmpeg gtk @@ -30,18 +30,18 @@ x11-utils pulseaudio ``` -install dependencies Ubuntu and Debian based distros +Install dependencies Ubuntu and Debian based distros: ``` sudo apt install build-essential clang cargo libappindicator3-1 x11-utils gettext pulseaudio ffmpeg ``` -the use `Cargo` to build it +Then use `Cargo` to build it: ``` git clone https://github.com/xlmnxp/blue-recorder cd cargo build --release cp -a data interfaces po target/release ``` -then you will find the executable file at +Then you will find the executable file at: `/target/release/blue-recorder` ## License @@ -53,4 +53,4 @@ License Contact: Free Software Foundation (fsf.org). SPDX short identifier: GPL-3.0-only Further resources... ``` -[read the license](LICENSE.md) \ No newline at end of file +[Read the license](LICENSE.md)