Skip to content

Commit

Permalink
Feature: setup shell script
Browse files Browse the repository at this point in the history
  • Loading branch information
MixeroTN committed Jul 16, 2023
1 parent 2dacf7e commit af08fa0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,23 @@

"I'm just a fish" meme in fullscreen Google Chrome kiosk window.

## Requirements:
## Requirements

- `Google Chrome` installed.
- `Go Programming Language` installed.

## How to setup and run:
## How to setup and run

Install the requirements. Run `setup.sh` or enter the given commands manually:

Install the requirements. Run `setup.sh` or enter the given commands manually:
```bash
cd project-dir
go build -ldflags "-H=windowsgui" -o fish.exe src/main.go
fish.exe
```

To leave use `ALT + F4`.

## FAQ

- **Why I'm not providing the ready .exe file?** Transparency and... Windows Defender. The program isn't certified and will be captured by Defender unless it has been made on your computer. I'm not sure what exactly is causing this.
2 changes: 2 additions & 0 deletions setup.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
go build -ldflags "-H=windowsgui" -o fish.exe src/main.go
./fish.exe

0 comments on commit af08fa0

Please sign in to comment.