Skip to content

Commit abae441

Browse files
author
Kent Richards
committed
Remove 'sudo' from startup instructions.
1 parent 2a9cdcc commit abae441

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ View / report issues at https://github.com/kentr/php-pm-drupal/issues.
2525
4. Start php-pm with
2626

2727
```bash
28-
sudo <absolute path to web root>/vendor/bin/ppm \
28+
<absolute path to web root>/vendor/bin/ppm \
2929
start \
3030
<absolute path to web root> \
3131
--bridge=httpKernel \
@@ -34,7 +34,7 @@ start \
3434

3535
Example:
3636
```bash
37-
sudo /var/www/html/vendor/bin/ppm \
37+
/var/www/html/vendor/bin/ppm \
3838
start \
3939
/var/www/html/ \
4040
--bridge=httpKernel \

0 commit comments

Comments
 (0)