fix self-hosting

This commit is contained in:
Carl-Gerhard Lindesvärd
2025-10-22 11:38:37 +02:00
parent 9790ba8937
commit 42d0fb8572
11 changed files with 202 additions and 38 deletions

View File

@@ -16,7 +16,7 @@ import { Step, Steps } from 'fumadocs-ui/components/steps';
### Quickstart
```bash
git clone https://github.com/Openpanel-dev/openpanel && cd openpanel/self-hosting && ./setup
git clone -b self-hosting https://github.com/Openpanel-dev/openpanel && cd openpanel/self-hosting && ./setup
# After setup is complete run `./start` to start OpenPanel
```
@@ -25,10 +25,10 @@ git clone https://github.com/Openpanel-dev/openpanel && cd openpanel/self-hostin
<Step>
### Clone
Clone the repository to your VPS
Clone the repository to your VPS and checkout the self-hosting tag
```bash
git clone https://github.com/Openpanel-dev/openpanel.git
git clone -b self-hosting https://github.com/Openpanel-dev/openpanel.git
```
</Step>
<Step>