noizy icon indicating copy to clipboard operation
noizy copied to clipboard

Update Makefile

Open enganese opened this issue 4 months ago • 0 comments

Changed from:

CGO_ENABLED=1 && go install github.com/dwisiswant0/noizy@latest

To:

set CGO_ENABLED=1 && go install github.com/dwisiswant0/noizy@latest

As Windows requires "set" to set environment variable

enganese avatar Feb 13 '24 17:02 enganese