From 78c6a6a7f050357d573b11f33bea9d5737704673 Mon Sep 17 00:00:00 2001 From: Richard de Boer Date: Mon, 22 Apr 2024 16:46:51 +0200 Subject: docs: fix "From source" `cd` command (#1973) `atuin` was moved into the `crates/` directory in 95cc4720 --- docs/zh-CN/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/zh-CN/README.md b/docs/zh-CN/README.md index 1d8420fd..08b8f7d9 100644 --- a/docs/zh-CN/README.md +++ b/docs/zh-CN/README.md @@ -167,7 +167,7 @@ pacman -S atuin ``` git clone https://github.com/ellie/atuin.git -cd atuin/atuin +cd atuin/crates/atuin cargo install --path . ``` -- cgit v1.3.1