mirror of
https://github.com/atuinsh/atuin.git
synced 2024-11-29 11:44:44 +01:00
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
This commit is contained in:
parent
cd2a3ab7d5
commit
4096c6ee8c
10
README.md
10
README.md
@ -132,12 +132,16 @@ toolchain, then you can run:
|
||||
cargo install atuin
|
||||
```
|
||||
|
||||
And then follow [the shell setup](#shell-plugin)
|
||||
|
||||
### Homebrew
|
||||
|
||||
```
|
||||
brew install atuin
|
||||
```
|
||||
|
||||
And then follow [the shell setup](#shell-plugin)
|
||||
|
||||
### MacPorts
|
||||
|
||||
Atuin is also available in [MacPorts](https://ports.macports.org/port/atuin/)
|
||||
@ -146,6 +150,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
|
||||
|
||||
Atuin is available in the Arch Linux [community repository](https://archlinux.org/packages/community/x86_64/atuin/):
|
||||
@ -154,6 +160,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
|
||||
|
||||
```
|
||||
@ -162,6 +170,8 @@ cd atuin
|
||||
cargo install --path .
|
||||
```
|
||||
|
||||
And then follow [the shell setup](#shell-plugin)
|
||||
|
||||
## Shell plugin
|
||||
|
||||
Once the binary is installed, the shell plugin requires installing. If you use
|
||||
|
Loading…
Reference in New Issue
Block a user