From fb40a1ae81940a74b4d65f46574e914970d24f25 Mon Sep 17 00:00:00 2001 From: www-git-hub-com <102856088+www-git-hub-com@users.noreply.github.com> Date: Wed, 4 Oct 2023 18:40:33 +0600 Subject: [PATCH] Update the README.md for copying every command separately. I saw that your README.md file has multiple commands attached and users can copy those commands. But I noticed that if a user uses the copy button to copy the command then he/she will get two commands copied. --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index db8bd51..7a41f50 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,9 @@ Like with every GitHub project, contributing starts with cloning this repository ```sh git clone git@github.com:appwrite/hacktoberfest.git +``` +Then, go to the hacktoberfest directory using the `cd` command +```sh cd hacktoberfest ``` @@ -23,8 +26,9 @@ Once you've installed dependencies with `npm install` (or `pnpm install` or `yar ```bash npm run dev - -# or start the server and open the app in a new browser tab +``` +Or start the server and open the app in a new browser tab +```bash npm run dev -- --open ```