From 1babb41ea9988031def99d3cb33b2574bac7e4b9 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Wed, 11 Aug 2021 17:59:28 +0100 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index be2d1d0..06343f2 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,12 @@ I wanted to. And I **really** don't want to. - bash # Quickstart + +## With the default sync server + +This will sign you up for the default sync server, hosted by me. Everything is end-to-end encrypted, so your secrets are safe! + +Read more below for offline-only usage, or for hosting your own server. ``` bash <(curl https://raw.githubusercontent.com/ellie/atuin/main/install.sh) @@ -74,6 +80,14 @@ atuin register -u -e -p atuin import auto atuin sync ``` + +## Offline only (no sync) + +``` +bash <(curl https://raw.githubusercontent.com/ellie/atuin/main/install.sh) + +atuin import auto +``` ## Install