diff --git a/README.md b/README.md
index 218ca0ea80e221c09970c6859987344cae6ce2f2..3d6d9084a1cd0ee141a3cab41d184119e846a2b7 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,13 @@
 
 ```
 poetry install
+poetry run mkdocs serve
+```
 
+If you wish to update and pull documentation from connected other repositories then instead run:
+```
+poetry install
+poetry run ./utilities.sh
 poetry run mkdocs serve
 ```