docs: fix "From source" cd command (#1973)

`atuin` was moved into the `crates/` directory in 95cc4720
This commit is contained in:
Richard de Boer 2024-04-22 16:46:51 +02:00 committed by GitHub
parent 18f33b81f6
commit 78c6a6a7f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -250,7 +250,7 @@ And then follow [the shell setup](#shell-plugin)
```
git clone https://github.com/atuinsh/atuin.git
cd atuin/atuin
cd atuin/crates/atuin
cargo install --path .
```

View File

@ -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 .
```