From 564aacc94d55c788392e56a931e06f2eb4d7ac2e Mon Sep 17 00:00:00 2001 From: Abhinav Sharma Date: Sat, 1 Dec 2018 13:51:17 +0530 Subject: [PATCH] added the clone instruction to the readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a31af4f..2828644 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,9 @@ best-resume-ever requires at least node v.8.5.0. 1. Clone this repository. +``` +git clone https://github.com/salomonelli/best-resume-ever +``` 2. Run `npm install`.