Skip to content

Commit fad5a06

Browse files
committed
Update Vultr quick-start docs
Signed-off-by: cmondragon <[email protected]>
1 parent 48746cb commit fad5a06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/book/src/user/quick-start.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -820,10 +820,10 @@ project][vSphere getting started guide].
820820
{{#tab Vultr}}
821821
822822
```bash
823-
export VULTR_API_KEY=<your_api_key>
823+
export VULTR_API_KEY="$(echo -n "${VULTR_API_KEY}" | base64 | tr -d '\n')"
824824
825825
# initialize the management cluster
826-
clusterctl init --infrastructure vultr
826+
clusterctl init --infrastructure vultr-vultr
827827
```
828828
{{#/tab }}
829829
{{#/tabs }}

0 commit comments

Comments
 (0)