From ebc536b83514ae418da45d3473a6ed9cb80ca9fc Mon Sep 17 00:00:00 2001 From: liyasthomas Date: Wed, 6 Apr 2022 08:59:11 +0530 Subject: [PATCH] docs: updated release instructions - [skip ci] --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 08c72ca11..d1ff7e7ae 100644 --- a/README.md +++ b/README.md @@ -315,8 +315,9 @@ docker run --rm --name hoppscotch -p 3000:3000 hoppscotch/hoppscotch:latest 1. [Clone this repo](https://help.github.com/en/articles/cloning-a-repository) with git. 2. Install pnpm using npm by running `npm install -g pnpm`. 3. Install dependencies by running `pnpm install` within the directory that you cloned (probably `hoppscotch`). -4. Build the release files with `pnpm run generate`. -5. Find the built project in `packages/hoppscotch-app/dist`. +4. Update [`.env.example`](https://github.com/hoppscotch/hoppscotch/blob/main/packages/hoppscotch-app/.env.example) file found in `packages/hoppscotch-app` with your own keys and rename it to `.env`. +5. Build the release files with `pnpm run generate`. +6. Find the built project in `packages/hoppscotch-app/dist`. Host these files on any [static hosting servers](https://www.pluralsight.com/blog/software-development/where-to-host-your-jamstack-site). ## **Contributing**