summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2021-08-11 17:59:28 +0100
committerGitHub <noreply@github.com>2021-08-11 17:59:28 +0100
commit1babb41ea9988031def99d3cb33b2574bac7e4b9 (patch)
tree56c64bf9b0353fbfac2a1068bb7a825c7e842dd7
parent0b9dc6696beeb0c0460775d304dc24491b7a0d66 (diff)
Update README.md
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index be2d1d0a..06343f25 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 <USERNAME> -e <EMAIL> -p <PASSWORD>
atuin import auto
atuin sync
```
+
+## Offline only (no sync)
+
+```
+bash <(curl https://raw.githubusercontent.com/ellie/atuin/main/install.sh)
+
+atuin import auto
+```
## Install