Update README.md
parent
c2adacf7d8
commit
dd9b242876
|
|
@ -18,7 +18,9 @@ This project integrates UniFi Access with Airbnb reservations, automating the pr
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
1. Clone the repository:
|
1. Clone the repository:
|
||||||
|
|
||||||
git clone https://github.com/keithah/unifi-access-airbnb.git
|
git clone https://github.com/keithah/unifi-access-airbnb.git
|
||||||
|
|
||||||
cd unifi-access-airbnb
|
cd unifi-access-airbnb
|
||||||
|
|
||||||
2. Install the required packages:
|
2. Install the required packages:
|
||||||
|
|
@ -26,10 +28,12 @@ pip install -r requirements.txt
|
||||||
|
|
||||||
3. Copy the example configuration file and edit it with your settings:
|
3. Copy the example configuration file and edit it with your settings:
|
||||||
cp unifi.conf.example unifi.conf
|
cp unifi.conf.example unifi.conf
|
||||||
|
|
||||||
nano unifi.conf
|
nano unifi.conf
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
Run the script using:
|
Run the script using:
|
||||||
|
|
||||||
python3 main.py
|
python3 main.py
|
||||||
|
|
||||||
Optional arguments:
|
Optional arguments:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue