From 223decdb9eaf70d7bab1993b33d033aa31eed4f9 Mon Sep 17 00:00:00 2001 From: maribelmullins <33381362+maribelmullins@users.noreply.github.com> Date: Wed, 7 Apr 2021 22:00:01 -0700 Subject: [PATCH] Add example command for cloning repo --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index fb78663..f5bd652 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,9 @@ The scripts are run from the `scripts` directory. 1. Clone this repo. +```bash +$ git clone https://github.com/cloudinary-training/cld-intro-ruby.git +``` 2. Install Cloudinary gem. ```bash