diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 <USERNAME> -e <EMAIL> atuin import auto atuin sync |
