Skip to content

v0.1.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 07 Apr 18:58
· 9 commits to main since this release

Install prebuilt binaries via shell script

VERSION="v0.1.0" bash <(curl -sSL https://raw.githubusercontent.com/RustLangES/grhooks/main/scripts/install.sh)

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "$env:VERSION='v0.1.0'; $ProgressPreference='SilentlyContinue'; iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/RustLangES/grhooks/main/scripts/install.ps1'))"