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.
This commit is contained in:
Richard de Boer 2023-05-06 16:35:24 +02:00 committed by GitHub
parent 5a0e63370a
commit a38fc6e898
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -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
[简体中文]: ./docs/zh-CN/README.md

View file

@ -149,7 +149,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 .
```

View file

@ -167,7 +167,7 @@ pacman -S atuin
```
git clone https://github.com/ellie/atuin.git
cd atuin
cd atuin/atuin
cargo install --path .
```