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