diff --git a/content/running-on-planetscale.mdx b/content/running-on-planetscale.mdx index 60a24046..be31e78c 100644 --- a/content/running-on-planetscale.mdx +++ b/content/running-on-planetscale.mdx @@ -35,6 +35,7 @@ ALTER TABLE `website` ADD CONSTRAINT `website_ibfk_1` FOREIGN KEY (`user_id`) RE 5. Download the [PlanetScale CLI](https://github.com/planetscale/cli/releases) and authenticate with `pscale auth login`. 6. Create the tables by running the following command on the root of the project: `pscale shell umami-db main < sql/schema.mysql.sql`. +> If you are on Windows, use **command prompt** and run `pscale shell umami-db main < sql/schema.mysql.sql` 7. You should now be able to build and start Umami (`npm run build` followed by `npm start`). 6. Follow the **Getting started** guide starting from the [Login](/docs/login) step and be sure to change the default password.