We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd85c31 commit 4810210Copy full SHA for 4810210
README.md
@@ -25,7 +25,7 @@ View / report issues at https://github.com/kentr/php-pm-drupal/issues.
25
4. Start php-pm with
26
27
```bash
28
-sudo <absolute path to web root>/vendor/bin/ppm \
+<absolute path to web root>/vendor/bin/ppm \
29
start \
30
<absolute path to web root> \
31
--bridge=httpKernel \
@@ -34,7 +34,7 @@ start \
34
35
Example:
36
37
-sudo /var/www/html/vendor/bin/ppm \
+/var/www/html/vendor/bin/ppm \
38
39
/var/www/html/ \
40
0 commit comments