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. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index b7951a88..393bb681 100644 --- a/README.md +++ b/README.md @@ -215,7 +215,7 @@ And then follow [the shell setup](#shell-plugin) ``` git clone https://github.com/ellie/atuin.git -cd atuin +cd atuin/atuin cargo install --path . ``` @@ -291,4 +291,4 @@ source ~/.local/share/atuin/init.nu ``` [English]: ./README.md -[简体中文]: ./docs/zh-CN/README.md \ No newline at end of file +[简体中文]: ./docs/zh-CN/README.md -- cgit v1.3.1