From 0744490c33609885b11c0a5cdfa2f349f107725c Mon Sep 17 00:00:00 2001 From: KristijanIvancic Date: Wed, 22 Jul 2020 09:59:00 +0100 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8dc7055f..a21c8cd1 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ Example repository for the [Data Version Control With Python and DVC](https://realpython.com/python-data-version-control/) article on [Real Python](https://realpython.com/). -To use this repo as part of the tutorial, you first need to get your own copy by clicking _Fork_ button in the top right corner of the screen. Select your personal GitHub account, and GitHub will create your own copy. +To use this repo as part of the tutorial, you first need to get your own copy. Click the _Fork_ button in the top-right corner of the screen, and select your private account in the window that pops up. GitHub will create a forked copy of the repository under your account. -Then clone the fork you just created to your computer with the `git clone` command: +Clone the forked repository to your computer with the `git clone` command ```console git clone git@github.com:YourUsername/data-version-control.git