Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MixeroTN authored Jan 4, 2024
1 parent 6fd2e21 commit 0cfd506
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -12,7 +12,7 @@
Install the requirements. Run `setup.sh` or enter the given commands manually:

```bash
cd project-dir
cd <project-dir>
go build -ldflags "-H=windowsgui" -o fish.exe src/main.go
./fish.exe
```
Expand All @@ -21,4 +21,4 @@ To leave use <kbd>ALT</kbd> + <kbd>F4</kbd>.

## 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!**<br>The program isn't certified and can be even captured by Defender unless it has been made on your computer.

0 comments on commit 0cfd506

Please sign in to comment.