From 29c8cc212575f785fa7484e9525e984384f7c0b8 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Sun, 10 Nov 2024 18:18:20 +0100 Subject: [PATCH] docs: Update documentation for `clan machines install --target-host` --- docs/site/getting-started/deploy.md | 4 ++-- docs/site/getting-started/disk-encryption.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/site/getting-started/deploy.md b/docs/site/getting-started/deploy.md index 81f7495ca..8b2ebb99e 100644 --- a/docs/site/getting-started/deploy.md +++ b/docs/site/getting-started/deploy.md @@ -112,7 +112,7 @@ This process involves preparing a suitable hardware and disk partitioning config 1. **SSH with Password Authentication** Run the following command to install using SSH: ```bash - clan machines install [MACHINE] + clan machines install [MACHINE] --target-host ``` 2. **Scanning a QR Code for Installation Details** @@ -133,7 +133,7 @@ This process involves preparing a suitable hardware and disk partitioning config Replace `` with the **target computers' ip address**: ```bash - clan machines install [MACHINE] + clan machines install [MACHINE] --target-host ``` diff --git a/docs/site/getting-started/disk-encryption.md b/docs/site/getting-started/disk-encryption.md index 8fd81a630..d6367b4ac 100644 --- a/docs/site/getting-started/disk-encryption.md +++ b/docs/site/getting-started/disk-encryption.md @@ -96,7 +96,7 @@ blkdiscard /dev/disk/by-id/nvme-eui.002538b931b59865 4. Run the `clan` machine installation with the following command: ```bash -clan machines install gchq-local root@nixos-installer --yes --no-reboot +clan machines install gchq-local --target-host root@nixos-installer --yes --no-reboot ``` ### Step 2: ZFS Pool Import and System Installation