aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard de Boer <github@tubul.net>2023-05-06 16:35:24 +0200
committerGitHub <noreply@github.com>2023-05-06 14:35:24 +0000
commita38fc6e8989d41772170165a8757f43e593c5e70 (patch)
tree5cdb9eead930b7344d14ac95b7f8e25a43ecdc98
parentAdd command flag for `inline_height` (#905) (diff)
downloadatuin-a38fc6e8989d41772170165a8757f43e593c5e70.zip
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.
-rw-r--r--README.md4
-rw-r--r--docs/docs/index.md2
-rw-r--r--docs/zh-CN/README.md2
3 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index b7951a88..393bb681 100644
--- a/README.md
+++ b/README.md
@@ -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 \ No newline at end of file
+[简体中文]: ./docs/zh-CN/README.md
diff --git a/docs/docs/index.md b/docs/docs/index.md
index b79c169f..6d398be6 100644
--- a/docs/docs/index.md
+++ b/docs/docs/index.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 .
```
diff --git a/docs/zh-CN/README.md b/docs/zh-CN/README.md
index 8894aaec..1d8420fd 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
+cd atuin/atuin
cargo install --path .
```