From 883c408884b0f02398f1cef4dc030cdce56b0474 Mon Sep 17 00:00:00 2001 From: Ryan Hamilton Date: Tue, 16 Jul 2024 11:17:47 -0500 Subject: [PATCH] Update README.md add '--release' to the command so that the resulting file is much smaller. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index de6d90a..331a8f0 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A simple application to display the local computer name and IP addresses Built with fyne package ``` -fyne package +fyne package --release ``` ## Usage @@ -20,4 +20,4 @@ The latest windows executable is attached to the [releases](https://github.com/r Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. ## License -[GNU GPL v3](https://choosealicense.com/licenses/gpl-3.0/) \ No newline at end of file +[GNU GPL v3](https://choosealicense.com/licenses/gpl-3.0/)