mirror of
https://github.com/atuinsh/atuin.git
synced 2024-11-23 08:45:04 +01:00
docs: fix "From source" cd
command (#1973)
`atuin` was moved into the `crates/` directory in 95cc4720
This commit is contained in:
parent
18f33b81f6
commit
78c6a6a7f0
@ -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 .
|
||||
```
|
||||
|
||||
|
@ -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 .
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user