From f8f4ecfdc4c840f89f04eaaadf92aaeb732947f1 Mon Sep 17 00:00:00 2001 From: Louis Deconinck Date: Fri, 11 Sep 2026 14:39:23 +0200 Subject: [PATCH] docs: explain setting up a second device Signed-off-by: Louis Deconinck --- README.de.md | 10 ++++++++++ README.es.md | 10 ++++++++++ README.fr.md | 10 ++++++++++ README.md | 10 ++++++++++ README.pt-BR.md | 10 ++++++++++ 5 files changed, 50 insertions(+) diff --git a/README.de.md b/README.de.md index 6b7575bb..1f600a3c 100644 --- a/README.de.md +++ b/README.de.md @@ -105,6 +105,16 @@ sotto grant # share the active environment (they sotto token create --name ci # SOTTO_TOKEN: run/export in CI, no password needed ``` +### Ein weiteres Gerät + +```sh +sotto login # same account as the first machine +sotto setup # unpack the Emergency Kit onto this device +sotto pull # download the ciphertext you already pushed +``` + +Du brauchst das von `sotto init` ausgegebene Emergency Kit. Ohne es kann ein neues Gerät den Tresor nicht entschlüsseln. + ## Architektur ```text diff --git a/README.es.md b/README.es.md index 85a321a5..d90e45c1 100644 --- a/README.es.md +++ b/README.es.md @@ -105,6 +105,16 @@ sotto grant # share the active environment (they sotto token create --name ci # SOTTO_TOKEN: run/export in CI, no password needed ``` +### Otro dispositivo + +```sh +sotto login # same account as the first machine +sotto setup # unpack the Emergency Kit onto this device +sotto pull # download the ciphertext you already pushed +``` + +Necesitas el Emergency Kit que imprime `sotto init`; sin él, un dispositivo nuevo no puede descifrar la bóveda. + ## Arquitectura ```text diff --git a/README.fr.md b/README.fr.md index e401e284..979d2aa6 100644 --- a/README.fr.md +++ b/README.fr.md @@ -105,6 +105,16 @@ sotto grant # share the active environment (they sotto token create --name ci # SOTTO_TOKEN: run/export in CI, no password needed ``` +### Un autre appareil + +```sh +sotto login # same account as the first machine +sotto setup # unpack the Emergency Kit onto this device +sotto pull # download the ciphertext you already pushed +``` + +Vous avez besoin de l'Emergency Kit imprimé par `sotto init` ; sans lui, un nouvel appareil ne peut pas déchiffrer le coffre. + ## Architecture ```text diff --git a/README.md b/README.md index bc30c4e1..f1a9f358 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,16 @@ sotto grant # share the active environment (they sotto token create --name ci # SOTTO_TOKEN: run/export in CI, no password needed ``` +### Another device + +```sh +sotto login # same account as the first machine +sotto setup # unpack the Emergency Kit onto this device +sotto pull # download the ciphertext you already pushed +``` + +You need the Emergency Kit printed by `sotto init`; without it, a new device cannot decrypt the vault. + ## Architecture ```text diff --git a/README.pt-BR.md b/README.pt-BR.md index 781ce35d..5e9a8781 100644 --- a/README.pt-BR.md +++ b/README.pt-BR.md @@ -105,6 +105,16 @@ sotto grant # share the active environment (they sotto token create --name ci # SOTTO_TOKEN: run/export in CI, no password needed ``` +### Outro dispositivo + +```sh +sotto login # same account as the first machine +sotto setup # unpack the Emergency Kit onto this device +sotto pull # download the ciphertext you already pushed +``` + +Você precisa do Emergency Kit exibido por `sotto init`; sem ele, um novo dispositivo não consegue descriptografar o cofre. + ## Arquitetura ```text