diff --git a/README.md b/README.md index 95ffd91694..55ba55a7e3 100644 --- a/README.md +++ b/README.md @@ -76,8 +76,11 @@ You can set up Zero in two ways: 2. **Set Up Environment** - Copy `.env.example` to `.env` in both `apps/mail` and `packages/db` folders + ```bash + cp apps/mail/.env.example apps/mail/.env && cp packages/db/.env.example packages/db/.env + ``` - Configure your environment variables (see below) - - Install database dependencies: `pnpm db:dependencies` + - Install database dependencies: `pnpm db:dependencies` - Initialize the database: `pnpm db:push` 3. **Start the App** @@ -278,4 +281,4 @@ Please refer to the [contributing guide](.github/CONTRIBUTING.md). ## Star History -[![Star History Chart](https://api.star-history.com/svg?repos=Mail-0/Zero&type=Timeline)](https://star-history.com/#Mail-0/Zero&Timeline) \ No newline at end of file +[![Star History Chart](https://api.star-history.com/svg?repos=Mail-0/Zero&type=Timeline)](https://star-history.com/#Mail-0/Zero&Timeline)