Skip to content

Commit

Permalink
Don't show warning about running composer as root
Browse files Browse the repository at this point in the history
  • Loading branch information
danny6167 committed Jul 8, 2024
1 parent 77f91ca commit 804fce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panel/1.0/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ new application encryption key.

``` bash
cp .env.example .env
composer install --no-dev --optimize-autoloader
COMPOSER_ALLOW_SUPERUSER=1 composer install --no-dev --optimize-autoloader

# Only run the command below if you are installing this Panel for
# the first time and do not have any Pterodactyl Panel data in the database.
Expand Down

0 comments on commit 804fce4

Please sign in to comment.