issues
search
crgimenes
/
neko
Neko is a cross-platform cursor-chasing cat. This is the reimplementation write in Go.
BSD 2-Clause "Simplified" License
414
stars
40
forks
source link
Added instructions to run the script
#33
Closed
davidtkeane
closed
4 months ago
davidtkeane
commented
4 months ago
Changes Made To help New Users Who Dont know How to Run the Script (For People like Me! ;)
Updated README.md with new sections: How to Contribute and Instructions to Run the Project.
$ cd neko
$ go run ./main.go
Why This is Needed
Helps new contributors understand how to get started with the project.
Provides clear instructions to set up the project locally.
davidtkeane
commented
4 months ago
Thank you!! Love the script!!!
Changes Made To help New Users Who Dont know How to Run the Script (For People like Me! ;)
$ cd neko
$ go run ./main.go
Why This is Needed