From 783024b4bb5ba1d2432f670d652f36ee898fa1e0 Mon Sep 17 00:00:00 2001
From: Meezan Mallick <58031846+meezan-mallick@users.noreply.github.com>
Date: Fri, 13 Nov 2020 12:40:01 +0530
Subject: [PATCH] Some minor change in README.md
changed one misspelled word "atop" with "at the top of" in the "Fork the github/personal-website repo" section,
and added command to clone the forked repo in the local environment.
---
README.md | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 5994e73733..2ad3833bb9 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ It's all possible using the combination of [Jekyll](https://jekyllrb.com/docs/)
### Fork the `github/personal-website` repo
-You'll be making your own copy of the "personal website starter" repository so you have your own project to customize. A "fork" is a copy of a repository. So select "Fork" atop [the `github/personal-website` repository](https://github.com/github/personal-website).
+You'll be making your own copy of the "personal website starter" repository so you have your own project to customize. A "fork" is a copy of a repository. So select "Fork" at the top of [`github/personal-website` repository](https://github.com/github/personal-website).
Once you've found a home for your forked repository, it's yours. You're the owner, so you're ready to publish, if you wish.
@@ -20,7 +20,11 @@ Once you've found a home for your forked repository, it's yours. You're the owne
If you want to manage your website in a local web development environment, you'll be using [Ruby](https://jekyllrb.com/docs/installation/).
-Once you've found a home for your forked repository, **[clone it](https://help.github.com/articles/cloning-a-repository/)**.
+Once you've found a home for your forked repository, **[clone it](https://help.github.com/articles/cloning-a-repository/)**.
+```sh
+git clone https://github.com//personal-website
+```
+
#### Install Jekyll