From 0cfd506f87addc74d693d9ed618c3830c14e6b84 Mon Sep 17 00:00:00 2001 From: MixeroTN <40803091+MixeroTN@users.noreply.github.com> Date: Thu, 4 Jan 2024 00:29:44 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d9a41eb..cf6d1e3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ImJustAFish -"I'm just a fish" meme in fullscreen Google Chrome kiosk window. +*"I'm just a fish" meme in fullscreen Google Chrome kiosk window.* ## Requirements @@ -12,7 +12,7 @@ Install the requirements. Run `setup.sh` or enter the given commands manually: ```bash -cd project-dir +cd go build -ldflags "-H=windowsgui" -o fish.exe src/main.go ./fish.exe ``` @@ -21,4 +21,4 @@ To leave use ALT + F4. ## FAQ -- **Windows Defender warns about .exe downloaded from the Releases page!** The program isn't certified and can be even captured by Defender unless it has been made on your computer. We also know this code can be understood as malicious. +- **Windows Defender warns about .exe downloaded from the Releases page!**
The program isn't certified and can be even captured by Defender unless it has been made on your computer.