aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2022-05-19 23:34:29 +0100
committerGitHub <noreply@github.com>2022-05-19 23:34:29 +0100
commit4096c6ee8cf462af4607522cbcaefa964c175f6d (patch)
tree03fc653e79d1f7c2e92176ab036361327339e031 /README.md
parentAdd fish shell to key binding docs (#418) (diff)
downloadatuin-4096c6ee8cf462af4607522cbcaefa964c175f6d.zip
Update README.md
Several people have asked why the bindings weren't setup after installing via their package manager I imagine they skip straight to the install section with the name of their pkg tool, without reading the rest of the documentation. This should hopefully make that a bit more clear! Albeit while introducing more repetition
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 915ca3a6..19270ec6 100644
--- a/README.md
+++ b/README.md
@@ -131,6 +131,8 @@ toolchain, then you can run:
```
cargo install atuin
```
+
+And then follow [the shell setup](#shell-plugin)
### Homebrew
@@ -138,6 +140,8 @@ cargo install atuin
brew install atuin
```
+And then follow [the shell setup](#shell-plugin)
+
### MacPorts
Atuin is also available in [MacPorts](https://ports.macports.org/port/atuin/)
@@ -145,6 +149,8 @@ Atuin is also available in [MacPorts](https://ports.macports.org/port/atuin/)
```
sudo port install atuin
```
+
+And then follow [the shell setup](#shell-plugin)
### Pacman
@@ -153,6 +159,8 @@ Atuin is available in the Arch Linux [community repository](https://archlinux.or
```
pacman -S atuin
```
+
+And then follow [the shell setup](#shell-plugin)
### From source
@@ -161,6 +169,8 @@ git clone https://github.com/ellie/atuin.git
cd atuin
cargo install --path .
```
+
+And then follow [the shell setup](#shell-plugin)
## Shell plugin