mirror of
https://github.com/atuinsh/atuin.git
synced 2025-06-25 04:11:53 +02: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
|
git clone https://github.com/atuinsh/atuin.git
|
||||||
cd atuin/atuin
|
cd atuin/crates/atuin
|
||||||
cargo install --path .
|
cargo install --path .
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -167,7 +167,7 @@ pacman -S atuin
|
|||||||
|
|
||||||
```
|
```
|
||||||
git clone https://github.com/ellie/atuin.git
|
git clone https://github.com/ellie/atuin.git
|
||||||
cd atuin/atuin
|
cd atuin/crates/atuin
|
||||||
cargo install --path .
|
cargo install --path .
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user