Update README.md
This commit is contained in:
parent
0b9dc6696b
commit
1babb41ea9
1 changed files with 14 additions and 0 deletions
14
README.md
14
README.md
|
@ -67,6 +67,12 @@ I wanted to. And I **really** don't want to.
|
||||||
|
|
||||||
# Quickstart
|
# 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)
|
bash <(curl https://raw.githubusercontent.com/ellie/atuin/main/install.sh)
|
||||||
|
|
||||||
|
@ -75,6 +81,14 @@ atuin import auto
|
||||||
atuin sync
|
atuin sync
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Offline only (no sync)
|
||||||
|
|
||||||
|
```
|
||||||
|
bash <(curl https://raw.githubusercontent.com/ellie/atuin/main/install.sh)
|
||||||
|
|
||||||
|
atuin import auto
|
||||||
|
```
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
### Script (recommended)
|
### Script (recommended)
|
||||||
|
|
Loading…
Reference in a new issue