docs: add missing mkdir ~/vms step in QUICKSTART
This commit is contained in:
parent
440cb2077f
commit
25eba8fd8b
1 changed files with 1 additions and 0 deletions
|
|
@ -70,6 +70,7 @@ Write the cloud-init user-data — paste in the contents of
|
|||
`~/.ssh/k3s_homelab.pub` where marked:
|
||||
|
||||
```sh
|
||||
mkdir -p ~/vms
|
||||
cat > ~/vms/k3s-manual-user-data.yaml <<'EOF'
|
||||
#cloud-config
|
||||
hostname: k3s-manual
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue