Skip to content

Commit

Permalink
update installer command
Browse files Browse the repository at this point in the history
  • Loading branch information
ellie committed Jun 26, 2024
1 parent 88ee1a4 commit 0352239
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions src/content/docs/guide/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,9 @@ installation of Atuin including the requirements for your environment.
It will install a binary to `~/.atuin/bin`, and if you'd rather do something else
then the manual steps below offer much more flexibility.

<Tabs>
<TabItem label="bash/zsh">
```shell
bash <(curl --proto '=https' --tlsv1.2 -sSf https://setup.atuin.sh)
```
</TabItem>

<TabItem label="fish">
```shell
bash (curl --proto '=https' --tlsv1.2 -sSf https://setup.atuin.sh | psub)
```
</TabItem>
</Tabs>
```shell
curl --proto '=https' --tlsv1.2 -LsSf https://setup.atuin.sh | sh
```

<LinkCard
title="Setup sync"
Expand Down

0 comments on commit 0352239

Please sign in to comment.