diff --git a/README.md b/README.md index 1eed3e3..56c16f6 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ version: '3.8' services: caldav-bridge: build: + # Change this to the root of the repository context: ./bridge ports: - "8004:8000" @@ -25,4 +26,8 @@ services: BEAVERHABITS_USERNAME: "" # yes i know this is bad BEAVERHABITS_PASSWORD: "" # however, i don't care restart: unless-stopped -``` \ No newline at end of file +``` + +Then configure it in home assistant with the URL + +`http://[ip]:8004/caldav/` \ No newline at end of file