From 6a2cbf5f70300aeea39122d0481fe940f78a539e Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Mon, 28 Mar 2022 13:56:37 +0900 Subject: [PATCH] Remove unnecessary backquote from `legacy_appindicator` build flag example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 554d037..4cf166e 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ If you need to support the older `libappindicator3` library instead, you can pas when building. For example: ``` -go build -tags=legacy_appindicator` +go build -tags=legacy_appindicator ``` To build `webview_example`, you also need to install `libwebkit2gtk-4.0-dev` and remove `webview_example/rsrc.syso` which is required on Windows.