Update README.md

This commit is contained in:
2025-01-23 21:49:03 +01:00
parent 30c0fe861b
commit 81afe275ee

View File

@@ -11,5 +11,13 @@ Progressive web app for adding org mode todos
cd /home/fredrik/dev/org-todo-pwa
# Build and start the services
docker-compose up --build
docker-compose up --build -d
```
## Synka
Scriptet todo-watcher.sh körs via systemd-servicen
Modda sökvägar i bägge scripten till installationen.
```cp org-todo-pwa.service /etc/sytemd/system
systemctl enable org-todo-pwa.service
systemctl start org-todo-pwa.service```