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