Skip to content

Commit b907a3c

Browse files
authored
Add sudo to setup command (#182)
1 parent b17758d commit b907a3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/panel/panel-setup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ These steps will cover setting up things such as sessions, caching, database cre
1010
Running `php artisan p:environment:setup` will, if it does not exist, auto create the required `.env` file and generate a `APP_KEY`.
1111

1212
```sh
13-
php artisan p:environment:setup
13+
sudo php artisan p:environment:setup
1414
```
1515

1616
<Admonition type="warning" title="BACK UP APP_KEY!">

0 commit comments

Comments
 (0)