From 215aabc1d2b6b2f32621014ece23bd427b22b1c1 Mon Sep 17 00:00:00 2001 From: Kshitij Date: Mon, 7 Oct 2024 02:06:20 +0530 Subject: [PATCH] Updated method to run shell script --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f884905..00199b9 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ cd ./DHT11 4. Run the `setup.sh` script: ```shell -./setup.sh +source setup.sh ``` > [!IMPORTANT]