diff --git a/README.md b/README.md index c2b8e41..a618f61 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,13 @@ Progressive web app for adding org mode todos ## Build -```docker build -t org-todo-pwa .``` \ No newline at end of file +```docker build -t org-todo-pwa .``` + +## Compose +``` +# Navigate to the project directory +cd /home/fredrik/dev/org-todo-pwa + +# Build and start the services +docker-compose up --build +``` \ No newline at end of file