From adef52a938d9d50b9bb93808aff56d806f66262c Mon Sep 17 00:00:00 2001 From: Qubasa Date: Thu, 30 May 2024 22:41:30 +0200 Subject: [PATCH] docs: Fix installer wrong indentation --- docs/site/getting-started/installer.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/site/getting-started/installer.md b/docs/site/getting-started/installer.md index c7a6c5e7..f24df796 100644 --- a/docs/site/getting-started/installer.md +++ b/docs/site/getting-started/installer.md @@ -54,9 +54,9 @@ sudo umount /dev/sdb1 flash-installer ``` - The `--ssh-pubkey`, `--language` and `--keymap` are optional. - Replace `$HOME/.ssh/id_ed25519.pub` with a path to your SSH public key. - If you do not have an ssh key yet, you can generate one with `ssh-keygen -t ed25519` command. + The `--ssh-pubkey`, `--language` and `--keymap` are optional. + Replace `$HOME/.ssh/id_ed25519.pub` with a path to your SSH public key. + If you do not have an ssh key yet, you can generate one with `ssh-keygen -t ed25519` command. !!! Danger "Specifying the wrong device can lead to unrecoverable data loss."