Releases: RustLangES/grhooks
Releases · RustLangES/grhooks
v0.1.1
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'))"