We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88ee1a4 commit 0352239Copy full SHA for 0352239
src/content/docs/guide/installation.mdx
@@ -14,19 +14,9 @@ installation of Atuin including the requirements for your environment.
14
It will install a binary to `~/.atuin/bin`, and if you'd rather do something else
15
then the manual steps below offer much more flexibility.
16
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
26
- bash (curl --proto '=https' --tlsv1.2 -sSf https://setup.atuin.sh | psub)
27
28
29
-</Tabs>
+```shell
+curl --proto '=https' --tlsv1.2 -LsSf https://setup.atuin.sh | sh
+```
30
31
<LinkCard
32
title="Setup sync"
0 commit comments