快速开始
安装 Linux & macOS curl -fsSL gomodvanityurls.com/install.sh | bash 也可以从 最新版本 下载二进制文件。 Windows 根据你的 shell 环境选择安装方式: 方式 A — PowerShell(推荐): powershell -ExecutionPolicy ByPass -c "irm https://gomodvanityurls.com/install.ps1 | iex" 脚本会自动检测架构、验证下载完整性并配置 PATH。 运行 gvu --version 验证安装。 方式 B — Git Bash / MSYS2 / Cygwin: 打开你的 shell 终端,然后运行: curl -fsSL gomodvanityurls.com/install.sh | bash 脚本会自动检测 Windows 环境并下载正确的 .exe 二进制文件。 方式 C — WSL/WSL2: 打开 WSL 终端,然后运行: curl -fsSL gomodvanityurls.com/install.sh | bash 方式 D — Scoop: ...