From 27799199d66bc1e6585ff4c8f81e1e97c49b2839 Mon Sep 17 00:00:00 2001 From: Kshitij Date: Wed, 20 Nov 2024 00:09:02 +0530 Subject: [PATCH] Referencing files locally in about.md --- ABOUT.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ABOUT.md b/ABOUT.md index 4f8a837..9bf6faa 100644 --- a/ABOUT.md +++ b/ABOUT.md @@ -31,13 +31,13 @@ This project utilizes Raspberry Pi with Pi Camera to detect motion in real-time. - Install `python3`, `pip`, and necessary libraries. - Install camera libraries such as `picamera2`, `opencv`, and image processing libraries. - Install `requests` for HTTP notifications. -- Set up Docker and start the `ntfy.sh` container using the [docker-setup.sh](https://git.kska.io/notkshitij/PiDetectify/src/branch/main/docker-setup.sh) script. +- Set up Docker and start the `ntfy.sh` container using the [docker-setup.sh](docker-setup.sh) script. ## docker-setup.sh - Remove any conflicting Docker packages. - Add Docker’s official apt repository and install Docker and Docker Compose. -- Set up the `ntfy.sh` and `wg-easy` containers using the provided [docker-compose.yaml](https://git.kska.io/notkshitij/PiDetectify/src/branch/main/docker-compose.yaml). +- Set up the `ntfy.sh` and `wg-easy` containers using the provided [docker-compose.yaml](docker-compose.yaml). - Ensure Docker runs without sudo (add the current user to the Docker group). - Test the Docker installation by running a "hello-world" container.