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:
parent
5a0e63370a
commit
a38fc6e898
3 changed files with 4 additions and 4 deletions
|
@ -215,7 +215,7 @@ And then follow [the shell setup](#shell-plugin)
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone https://github.com/ellie/atuin.git
|
git clone https://github.com/ellie/atuin.git
|
||||||
cd atuin
|
cd atuin/atuin
|
||||||
cargo install --path .
|
cargo install --path .
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -149,7 +149,7 @@ And then follow [the shell setup](#shell-plugin)
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone https://github.com/ellie/atuin.git
|
git clone https://github.com/ellie/atuin.git
|
||||||
cd atuin
|
cd atuin/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
|
cd atuin/atuin
|
||||||
cargo install --path .
|
cargo install --path .
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue