diff --git a/docs/wiki/99_Developers/Alternative_Install/LORIS_on_Macintosh/README.md b/docs/wiki/99_Developers/Alternative_Install/LORIS_on_Macintosh/README.md index 07af2dc98f..2a8c6c11c1 100644 --- a/docs/wiki/99_Developers/Alternative_Install/LORIS_on_Macintosh/README.md +++ b/docs/wiki/99_Developers/Alternative_Install/LORIS_on_Macintosh/README.md @@ -83,9 +83,9 @@ sudo apachectl -k restart ``` -#### An alternative to Apache is using php -S in the htdocs directory. +#### An alternative to Apache is using php -S from the LORIS root directory. ``` -php -S localhost:8000 -t . router.php +php -S localhost:8000 -t htdocs/ htdocs/router.php ``` Logs will be sent to stderr.