From 5c372086aad2c3f75e01847ea45394724cbb9089 Mon Sep 17 00:00:00 2001 From: Suraporn Date: Sat, 10 Dec 2022 10:59:50 -0800 Subject: [PATCH] revise readmefile --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index df0ed3b..b6e201a 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ The final report can be found There are two suggested ways to run this analysis: -1. Using Docker +**1. Using Docker** note - the instructions in this section also depends on running this in a unix shell (e.g., terminal or Git Bash) @@ -126,7 +126,7 @@ $ docker run --rm -v /$(pwd):/C/Users/yaouh/energy_efficiency_analysis suraporn/ ``` -2. Without using Docker +**2. Without using Docker** To replicate the analysis, clone this GitHub repository to your local: ```