1
1
mirror of https://github.com/ellie/atuin.git synced 2024-10-26 23:29:51 +03:00

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

@ -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