From b4511a6ce094df4f8eae5d5d87df148d3c8f2316 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arnaud=20Ali=C3=A8s?= Date: Fri, 15 Sep 2023 14:43:47 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c998871..be79d3f 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,8 @@ Example directory content with `ExecutableName: fmt.Sprintf("test_%s_%s", runtim We recommend using [goxc](https://github.com/laher/goxc) for compiling your Go application for multiple platforms. +### Important notes +- To update the binary, you need to have the right permissions for the folder where it is installed. For example, if the binary is in a folder like "Program Files", the process will need to acquire admin permissions. ### Planned features