Update README.md

This commit is contained in:
Ellie Huxtable 2021-08-11 17:59:28 +01:00 committed by GitHub
parent 0b9dc6696b
commit 1babb41ea9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,6 +67,12 @@ I wanted to. And I **really** don't want to.
# 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)
@ -75,6 +81,14 @@ atuin import auto
atuin sync
```
## Offline only (no sync)
```
bash <(curl https://raw.githubusercontent.com/ellie/atuin/main/install.sh)
atuin import auto
```
## Install
### Script (recommended)