Skip to content

Commit

Permalink
Added sudo to the install command
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowArcanist committed Feb 10, 2025
1 parent 1910e97 commit 624ca97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The following instructions are for installing Coolify if you decide to self-host
## Self-hosted Installation
::: success ⚡️ Quick Installation (recommended):
``` sh
curl -fsSL https://cdn.coollabs.io/coolify/install.sh | bash
curl -fsSL https://cdn.coollabs.io/coolify/install.sh | sudo bash
```
Simply run this script in your terminal, and everything will be installed automatically.

Expand Down

0 comments on commit 624ca97

Please sign in to comment.