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