From cc7ba33e48aa7f998c0afb54a5c8d413ae7dc962 Mon Sep 17 00:00:00 2001 From: Keith Herrington Date: Thu, 22 Aug 2024 20:37:30 -0700 Subject: [PATCH] Update README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b68a0ca..a8278f3 100644 --- a/README.md +++ b/README.md @@ -19,14 +19,17 @@ This project integrates UniFi Access with Airbnb reservations, automating the pr ## Installation 1. Clone the repository: -git clone https://github.com/yourusername/unifi-access-airbnb.git + +git clone https://github.com/keithah/unifi-access-airbnb.git + cd unifi-access-airbnb -2. Install the required packages: +3. Install the required packages: pip install -r requirements.txt -3. Copy the example configuration file and edit it with your settings: +4. Copy the example configuration file and edit it with your settings: cp unifi.conf.example unifi.conf + nano unifi.conf ## Configuration