Skip to content

Commit 24f8f7e

Browse files
committed
update docs
1 parent 9cf195c commit 24f8f7e

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

docs/cn/install-hj.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,32 @@
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
2033
stew install gaojunran/hj
2134
```
2235

0 commit comments

Comments
 (0)