From 857efa8120d7ab45ccf5dd72edb480718604baea Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Tue, 23 Mar 2021 14:24:44 -0500 Subject: [PATCH] Fix location where docker-compose file is located. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c46a72f..94a3518 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,14 @@ Before we get started installing the Prometheus stack. Ensure you install the la If on Mac run this: ``` -git clone https://github.com/maxandersen/internet-monitoring && cd internet-monitoring/prometheus && docker-compose up && open http://localhost:3030/d/o9mIe_Aik/internet-connection +git clone https://github.com/maxandersen/internet-monitoring && cd internet-monitoring && docker-compose up && open http://localhost:3030/d/o9mIe_Aik/internet-connection ``` otherwise: ``` git clone https://github.com/maxandersen/internet-monitoring -cd internet-monitoring/prometheus +cd internet-monitoring docker-compose up ```