Skip to content

Commit

Permalink
docs: align setup links in docs and readme (#1446)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellie authored Dec 14, 2023
1 parent 1945c9f commit 57b5b03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ This will sign you up for the default sync server, hosted by me. Everything is e
Read more below for offline-only usage, or for hosting your own server.

```
bash <(curl https://raw.githubusercontent.com/atuinsh/atuin/main/install.sh)
bash <(curl --proto '=https' --tlsv1.2 -sSf https://setup.atuin.sh)
atuin register -u <USERNAME> -e <EMAIL>
atuin import auto
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Please do try and read this guide, but if you're in a hurry and want to get
started quickly:

```
bash <(curl https://raw.githubusercontent.com/ellie/atuin/main/install.sh)
bash <(curl --proto '=https' --tlsv1.2 -sSf https://setup.atuin.sh)
atuin register -u <USERNAME> -e <EMAIL>
atuin import auto
Expand Down

1 comment on commit 57b5b03

@vercel
Copy link

@vercel vercel bot commented on 57b5b03 Dec 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

atuin-docs – ./

atuin-docs.vercel.app
atuin-docs-atuin.vercel.app
atuin-docs-git-main-atuin.vercel.app

Please sign in to comment.