From abbcdb68a43af214820261cc06e7cb7c4ad05cf1 Mon Sep 17 00:00:00 2001 From: Phillip Davis Date: Fri, 28 Nov 2025 19:06:34 +0930 Subject: [PATCH] fix: adjust bare-metal install guide --- docs/admin/getting-started/other/bare-metal.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/admin/getting-started/other/bare-metal.md b/docs/admin/getting-started/other/bare-metal.md index 4870057f..3615fe19 100644 --- a/docs/admin/getting-started/other/bare-metal.md +++ b/docs/admin/getting-started/other/bare-metal.md @@ -88,6 +88,12 @@ Bare-metal deployments are not officially supported by OpenCloud. They are great make -C opencloud build ``` +- Navigate into the opencloud subdirectory that was just built: + + ```bash + cd opencloud + ``` + - Initialize OpenCloud with insecure configuration and set an admin password: ```bash