Skip to content

Commit 0352239

Browse files
committed
update installer command
1 parent 88ee1a4 commit 0352239

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

src/content/docs/guide/installation.mdx

+3-13
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,9 @@ installation of Atuin including the requirements for your environment.
1414
It will install a binary to `~/.atuin/bin`, and if you'd rather do something else
1515
then the manual steps below offer much more flexibility.
1616

17-
<Tabs>
18-
<TabItem label="bash/zsh">
19-
```shell
20-
bash <(curl --proto '=https' --tlsv1.2 -sSf https://setup.atuin.sh)
21-
```
22-
</TabItem>
23-
24-
<TabItem label="fish">
25-
```shell
26-
bash (curl --proto '=https' --tlsv1.2 -sSf https://setup.atuin.sh | psub)
27-
```
28-
</TabItem>
29-
</Tabs>
17+
```shell
18+
curl --proto '=https' --tlsv1.2 -LsSf https://setup.atuin.sh | sh
19+
```
3020

3121
<LinkCard
3222
title="Setup sync"

0 commit comments

Comments
 (0)