Skip to content

Commit b4a8547

Browse files
committed
docs(installation): add missing version requirement for ble.sh
We had mentioned the version requirement for ble.sh >= 0.4 in README [1], but it was later removed without updating the atuinsh/docs repository [2]. Currently, the information about the version requirement for ble.sh is not found anywhere in the documentation. This is a situation similar to Ref. [3]. This issue is found in a discussion on forum.atuin.sh [4]. Here, we shall update the documentation to include the change in Ref. [1]. References: [1] atuinsh/atuin#1465 [2] atuinsh/atuin#2203 [3] atuinsh#64 [4] https://forum.atuin.sh/t/1047
1 parent 8c738bb commit b4a8547

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/guide/installation.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,9 @@ After installing, remember to restart your shell.
146146
<TabItem label="bash">
147147
<Tabs>
148148
<TabItem label="ble.sh">
149-
Atuin works best in bash when using [ble.sh](https://github.com/akinomyoga/ble.sh).
149+
Atuin works best in bash when using [ble.sh](https://github.com/akinomyoga/ble.sh) >= 0.4.
150150

151-
With ble.sh installed and loaded in `~/.bashrc`, just add atuin to your `~/.bashrc`
151+
With ble.sh (>= 0.4) installed and loaded in `~/.bashrc`, just add atuin to your `~/.bashrc`
152152

153153
```shell
154154
echo 'eval "$(atuin init bash)"' >> ~/.bashrc

0 commit comments

Comments
 (0)