fix: Broken install instructions

This fixes the issue where the installation instructions are instructing to have the user run the install script under the wrong shell.
This commit is contained in:
Immanuel Daviel A. Garcia
2026-03-08 02:00:03 -06:00
committed by GitHub
parent e9787b753d
commit 2da45d3ca9
+1 -1
View File
@@ -39,7 +39,7 @@ To get started, run the following command on a VPS:
Want to skip the installation process? [Try the Dokploy Cloud](https://app.dokploy.com).
```bash
curl -sSL https://dokploy.com/install.sh | sh
curl -sSL https://dokploy.com/install.sh | bash
```
For detailed documentation, visit [docs.dokploy.com](https://docs.dokploy.com).