Merge pull request #33 from davidtkeane/update-readme

Added instructions to run the script
This commit is contained in:
Cesar Gimenes
2024-07-10 22:34:57 -03:00
committed by GitHub

View File

@@ -16,7 +16,11 @@ In this example, we used the [Ebitengine](https://ebitengine.org), an incredibly
Note that some operating systems may restrict the execution of binaries downloaded from the internet for security reasons. Please consult your operating system documentation to learn how to enable Neko to run.
## Parameters
$ cd neko
$ go run ./main.go
Parameters
- `-mousepassthrough` Enable mouse passthrough (default false).
- `-quiet` Disable sound.
@@ -24,8 +28,6 @@ Note that some operating systems may restrict the execution of binaries download
- `-speed` The speed of the cat (default 2).
- `-h` Show help.
## How to Contribute
Please follow our [contribution guide](CONTRIBUTING.md).