From 7bf325e9451a947648e2fa03dc7e71ff2f1f8b3c Mon Sep 17 00:00:00 2001 From: "MD. Ariful Alam" Date: Sun, 29 Aug 2021 02:53:06 +0600 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8060b13..ace78af 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ To view a live example, **[click here](https://arifszn.github.io/ezprofile)**. ## 🛠 Installation & Set Up -These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. +These instructions will get you a copy of the project up and running on your local machine. You'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer. @@ -392,7 +392,7 @@ Once you are done with your setup and have completed all steps above, you need t ``` - Run npm run deploy. - - If you see README.md at username.github.io, be sure to change your GitHub Page's source to gh-pages branch. See [how to](https://docs.github.com/en/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site). + - If you see only README at username.github.io, be sure to change your GitHub Page's source to gh-pages branch. See [how to](https://docs.github.com/en/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site). Your personal portfolio will be live at username.github.io. For more info, visit [here](https://create-react-app.dev/docs/deployment/#github-pages).