From f93028e7d819314a81eff1b4cce24efeea1db66e Mon Sep 17 00:00:00 2001 From: Non Date: Thu, 31 Aug 2023 18:42:41 +0300 Subject: [PATCH] Update README.md --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6f051d0..420824d 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,8 @@ See [**Releases GitHub page**](https://github.com/NotStatilko/tgbox-cli/releases ### Build the TGBOX-CLI -To make all features work, you will also need the [**FFmpeg**](https://ffmpeg.org/download.html) installed in your system (it should be also accessible by the simple ``ffmpeg`` command from your Terminal, in other words: in ``PATH``). +To make all features work, you will also need the [**FFmpeg**](https://ffmpeg.org/download.html) installed in your system (it should\ +be also accessible by the simple ``ffmpeg`` command from your Terminal, in other words: in ``PATH``). #### Install with PIP @@ -36,7 +37,8 @@ pip install ./tgbox-cli[fast] ``` #### PyInstaller -If you want to make your own .EXE build *with FFmpeg*, you *will need* to download it and place inside the ``tgbox/other`` directory [in Windows]. See this: +If you want to make your own .EXE build *with FFmpeg*, you *will need* to download\ +it and place inside the ``tgbox/other`` directory (on Windows only). See this: ```bash python -m venv tgbox-cli-env cd tgbox-cli-env && . bin/activate @@ -76,4 +78,6 @@ tgbox-cli help ## Bug reports -Feel free to report some problems (i believe there can be many) on the [**GitHub Issue tab**](https://github.com/NotStatilko/tgbox-cli/issues). Any encountered error should be written to the logfile. Use the **logfile-open** command and **attach** its content to the bug report. **Thanks**. +Feel free to report some problems (i believe there can be many) on the [**GitHub Issue tab**](https://github.com/NotStatilko/tgbox-cli/issues). Any encountered error should be written to the logfile. Use the **logfile-open** command and **attach** its content to the bug report. + +**Thanks**.