File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed
Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 44[ Jujutsu] ( https://github.com/jj-vcs/jj ) 是 hj 的核心依赖。参阅 [ 安装 jj] ( https://jj-vcs.github.io/jj/latest/install-and-setup/ ) 。
55:::
66
7+ :::tip 在寻找系统级包管理工具吗?
8+
9+ 我很快会提供平台特定的包管理工具安装方式:
10+
11+ - scoop for Windows;
12+ - homebrew for macOS;
13+
14+ 此外,[ aqua] ( https://aquaproj.github.io/ ) 标准注册表的安装方式也很快会提供。
15+
16+ :::
17+
718## 使用 [ mise] ( https://mise.jdx.dev ) 安装(推荐)
819
920[ mise] ( https://mise.jdx.dev ) 是一个集开发工具安装、开发工具多版本管理、环境变量管理和任务管理为一体的工具 💪🏻,支持安装 GitHub Release Assets 中的二进制文件。
1021
1122``` bash
12- mise use github:gaojunran/hj
23+ mise use -g jj # 先安装 jj
24+ mise use -g github:gaojunran/hj
1325```
1426
1527## 使用 [ stew] ( https://github.com/marwanhawari/stew ) 安装
1628
1729[ stew] ( https://github.com/marwanhawari/stew ) 可以安装 GitHub Release Assets 中的二进制文件。
1830
1931``` bash
32+ stew install jj-vcs/jj # 先安装 jj
2033stew install gaojunran/hj
2134```
2235
You can’t perform that action at this time.
0 commit comments