From a38fc6e8989d41772170165a8757f43e593c5e70 Mon Sep 17 00:00:00 2001 From: Richard de Boer Date: Sat, 6 May 2023 16:35:24 +0200 Subject: docs: fix "From source" `cd` command (#937) Cloning does not automatically cd to the new directory, and we need to cd to "atuin" *inside* the cloned repository. --- docs/zh-CN/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/zh-CN') diff --git a/docs/zh-CN/README.md b/docs/zh-CN/README.md index 8894aaec..1d8420fd 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 +cd atuin/atuin cargo install --path . ``` -- cgit v1.3.1