From c17a386103a0cf652104f9fccbf229d14af4c16d Mon Sep 17 00:00:00 2001 From: "Napoleon B. Cruse" <130264564+micwonder@users.noreply.github.com> Date: Wed, 4 Sep 2024 03:37:02 -0700 Subject: [PATCH] Update README.md Add hints to #installation section --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 523b76ae..23a36960 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,13 @@ To install on self-hosted VPS/Dedicated server: bash <(curl -sSL https://openpanel.org) ``` -To configure server on installation, please visit: https://openpanel.com/install +Sometimes, you might encounter issues when the images (e.g. Docker) were already installed on your server. To prevent such conflicts, it is recommended to use the `--skip-images` flag. + +```bash +bash <(curl -sSL https://openpanel.org) --skip-images +``` + +To see more details to configure server on installation, **please visit**: https://openpanel.com/install ----