diff --git a/resources/docs/inertia/installation.md b/resources/docs/inertia/installation.md
index a10e9a8..e4471b2 100644
--- a/resources/docs/inertia/installation.md
+++ b/resources/docs/inertia/installation.md
@@ -63,7 +63,13 @@ cd chirper
./vendor/bin/sail npm --version
```
-Once the application's Docker containers have been started, you can access the application in your web browser at: [http://localhost](http://localhost).
+Once the application's Docker containers have started, you should run your application's database migrations:
+
+```shell
+./vendor/bin/sail artisan migrate
+```
+
+After the database has completed the migrations, you can access the application in your web browser at: [http://localhost](http://localhost).