From 1d0f05b6fb90c6ea0a7429ff957b59b03366f3ce Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Thu, 14 Dec 2023 08:19:51 +0000 Subject: docs: add fish install script (#1447) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index fe2eeb6f..9cd235c3 100644 --- a/README.md +++ b/README.md @@ -105,8 +105,12 @@ 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/zsh/etc bash <(curl --proto '=https' --tlsv1.2 -sSf https://setup.atuin.sh) +# fish +bash (curl --proto '=https' --tlsv1.2 -sSf https://setup.atuin.sh | psub) + atuin register -u -e atuin import auto atuin sync -- cgit v1.3.1