PEzor icon indicating copy to clipboard operation
PEzor copied to clipboard

Fix sgn install command

Open mueller opened this issue 3 years ago • 0 comments

The go get command for installing go binaries was deprecated in favor of go install. Therefore, go install github.com/EgeBalci/sgn@latest should be used to install sgn.

See https://github.com/EgeBalci/sgn/pull/15.

mueller avatar Aug 10 '22 15:08 mueller