summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard de Boer <git@tubul.net>2024-04-22 16:46:51 +0200
committerGitHub <noreply@github.com>2024-04-22 15:46:51 +0100
commit78c6a6a7f050357d573b11f33bea9d5737704673 (patch)
treec329a57cb1e02d194a2fd6526908f94049261131
parent18f33b81f68e4a49552441f6417a3d53933faded (diff)
docs: fix "From source" `cd` command (#1973)
`atuin` was moved into the `crates/` directory in 95cc4720
-rw-r--r--README.md2
-rw-r--r--docs/zh-CN/README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index d980af8f..64f126b8 100644
--- a/README.md
+++ b/README.md
@@ -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 .
```
diff --git a/docs/zh-CN/README.md b/docs/zh-CN/README.md
index 1d8420fd..08b8f7d9 100644
--- a/docs/zh-CN/README.md
+++ b/docs/zh-CN/README.md
@@ -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 .
```