diff --git a/docs/src/contents/01.getting-started/03.Configuration.mdx b/docs/src/contents/01.getting-started/03.Configuration.mdx index 93a271b1c..5336b5276 100644 --- a/docs/src/contents/01.getting-started/03.Configuration.mdx +++ b/docs/src/contents/01.getting-started/03.Configuration.mdx @@ -89,7 +89,7 @@ This initialization process will do quite a few things: Now, you can start the Pocketbase instance using the following command: ```bash -bun run forge start db +bun run forge dev db ``` This will start the Pocketbase instance. You can access the admin dashboard at http://localhost:8090/\_. Enter the email and password you provided earlier to log in.