diff options
| author | Devin Buhl <onedr0p@users.noreply.github.com> | 2025-04-09 10:48:51 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-09 15:48:51 +0100 |
| commit | 2ceca25105b0d677510df6387c6a1f87419723b4 (patch) | |
| tree | 110f89e18ef7c564fe27c5a55c87cdaeec8cb9e7 /docs/zh-CN | |
| parent | fix: switch to astral cargo-dist (#2687) (diff) | |
| download | atuin-2ceca25105b0d677510df6387c6a1f87419723b4.zip | |
ci: use native github arm64 runner (#2690)
* ci: use native github arm64 runner
Signed-off-by: Devin Buhl <devin@buhl.casa>
* Update README.md
---------
Signed-off-by: Devin Buhl <devin@buhl.casa>
Diffstat (limited to 'docs/zh-CN')
| -rw-r--r-- | docs/zh-CN/README.md | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/docs/zh-CN/README.md b/docs/zh-CN/README.md index 8c846bf1..065d1b4d 100644 --- a/docs/zh-CN/README.md +++ b/docs/zh-CN/README.md @@ -19,7 +19,6 @@ <a href="https://discord.gg/Fq8bJSKPHh"><img src="https://img.shields.io/discord/954121165239115808" /></a> <a rel="me" href="https://hachyderm.io/@atuin"><img src="https://img.shields.io/mastodon/follow/109944632283122560?domain=https%3A%2F%2Fhachyderm.io&style=social"/></a> <a href="https://twitter.com/atuinsh"><img src="https://img.shields.io/twitter/follow/atuinsh?style=social" /></a> - <a href="https://actuated.dev/"><img alt="Arm CI sponsored by Actuated" src="https://docs.actuated.dev/images/actuated-badge.png" width="120px"></img></a> </p> @@ -74,17 +73,17 @@ atuin search --exit 0 --after "yesterday 3pm" make - zsh - bash - fish - + ## 社区 Atuin 有一个 Discord 社区, 可以在 [这里](https://discord.gg/Fq8bJSKPHh) 获得 # 快速开始 - + ## 使用默认的同步服务器 - + 这将为您注册由我托管的默认同步服务器。 一切都是端到端加密的,所以你的秘密是安全的! - + 阅读下面的更多信息,了解仅供离线使用或托管您自己的服务器。 ``` @@ -112,10 +111,10 @@ curl https://api.atuin.sh/enable -d $(cat ~/.local/share/atuin/session) 执行结果为你的活跃图 URL 地址。可以共享或嵌入这个 URL 地址,令牌(token)并<i>不是</i>加密的,只是用来防止被枚举攻击。 ## 仅离线 (不同步) - + ``` bash <(curl https://raw.githubusercontent.com/ellie/atuin/main/install.sh) - + atuin import auto ``` @@ -149,11 +148,11 @@ brew install atuin ``` 然后可直接看 <a href="#shell-plugin">Shell 插件</a> - + ### MacPorts Atuin 也可以在 [MacPorts](https://ports.macports.org/port/atuin/) 中找到 - + ``` sudo port install atuin ``` |
