githubnemo / CompileDaemon

Very simple compile daemon for Go
BSD 2-Clause "Simplified" License
1.61k stars 153 forks source link

Switch to go install for CompileDaemon with version control (@latest) #93

Open Souvik-Cyclic opened 2 weeks ago

Souvik-Cyclic commented 2 weeks ago

Fixes #92

Description: This PR updates the method used to install CompileDaemon by switching from go get to go install with explicit version control (@latest).

Changes Made: Replaced go get github.com/githubnemo/CompileDaemon with go install github.com/githubnemo/CompileDaemon@latest in the Installation instruction in readme.