From 779a0cd51720b0df30e835cc33eb453878b60d21 Mon Sep 17 00:00:00 2001 From: Thanh Thai Date: Fri, 7 Jun 2024 15:50:43 +0700 Subject: [PATCH] docs: update README.md Signed-off-by: Thanh Thai --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9f7f056..ab9985d 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ git clone https://github.com/FuLygon/sr65-app.git cd sr65-app ``` -- Copy `ffmpeg` binary to `embed/bin` directory if you want to embed it when building (optional) +- Copy `ffmpeg` or `zenity` binary to `embed/bin` directory if you want to embed it when building (optional) - Build the app ```shell @@ -32,6 +32,7 @@ go build ## Note - For configuring keyboard feature such as keymap, macros, layout, etc... refer to [Vial](https://get.vial.today) instead. - Video conversion heavily rely on `ffmpeg`. GIF conversion can be converted using built-in function or `ffmpeg` if `ffmpeg` is available. -- Released binary were embedded with `ffmpeg` by default for all OS with `amd64` architecture. For `arm64` architecture, only `linux` version were embedded. For `windows` and `darwin` version with `arm64` architecture, make sure to have `ffmpeg` installed and added to system `PATH`. This is only necessary for converting video or GIF using +- Pre-built binaries were embedded with `ffmpeg` for all OS with `amd64` architecture. For `arm64` architecture, only `linux` OS were embedded. For `windows` and `darwin` OS with `arm64` architecture, make sure to have `ffmpeg` installed and added to system `PATH`. This is only necessary for converting video or GIF using `ffmpeg`. -- Antivirus software may flag released binary as malicious. This is a **false positive**. You can [build the app from source](#build-from-source) as an alternative. \ No newline at end of file +- All pre-built binaries were embedded with `zenity` for displaying GUI dialogs. +- Antivirus software may flag pre-built binaries as malicious. This is a **false positive**. You can [build the app from source](#build-from-source) as an alternative. \ No newline at end of file