先决条件
- macOS 或 Linux
- 以下之一:安装程序脚本,预构建二进制文件
.deb/.rpm包,或 Go 工具链
使用引导脚本安装
使用稳定的引导URL:从源码安装 (去)
从仓库构建
验证安装
init, run, status, sync,和 version.
安装 Hyperlocalise 技能 (skills.sh)
安装:npx.
升级
回复-运行你的安装方法。- 安装程序用户:再次运行 bootstrap 命令,可选择带上
VERSION=<tag>. - 运行 Go install users:
go install ...@latest再来一次。 - 仓库用户:拉取最新更改,然后运行
make install.