You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The idea is that the compiled script will be easy to install, perhaps with curl | bash. In the case of curl, a script needs to be created so that the correct script is pulled in.
The idea is that the compiled script will be easy to install, perhaps with
curl | bash
. In the case ofcurl
, a script needs to be created so that the correct script is pulled in.An example of this script is here https://github.com/golangci/golangci-lint/blob/master/install.sh
The text was updated successfully, but these errors were encountered: