Skip to content

Commit cf06e9a

Browse files
authored
Merge pull request #152 from paulholden/summary-install
Document site summary argument in installation script.
2 parents 0da45cf + f939365 commit cf06e9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Notes:
9191

9292
```bash
9393
# Initialize Moodle database for manual testing
94-
bin/moodle-docker-compose exec webserver php admin/cli/install_database.php --agree-license --fullname="Docker moodle" --shortname="docker_moodle" --adminpass="test" --adminemail="[email protected]"
94+
bin/moodle-docker-compose exec webserver php admin/cli/install_database.php --agree-license --fullname="Docker moodle" --shortname="docker_moodle" --summary="Docker moodle site" --adminpass="test" --adminemail="[email protected]"
9595
```
9696

9797
Notes:

0 commit comments

Comments
 (0)