Skip to content

Commit 468be9a

Browse files
committed
Fix code block syntax in README.md
- Changed `bash` to `shell` for clarity
1 parent f7fa503 commit 468be9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Kubernetes: see [Kubernetes](#kubernetes) below.
7272
serves the right binary; the installer reads the cluster address from *your* `ssh`
7373
command and saves a profile named after that host, so plug is ready immediately.
7474

75-
```bash
75+
```shell
7676
# Linux / macOS — the agent regenerates its host key at each start (not a secret
7777
# in plug's model), so skip the host-key check:
7878
ssh -p 2222 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null get@<cluster-host> install | sh

0 commit comments

Comments
 (0)