From 0c63e210a03ea9f667279a4b2984e9ed56795d85 Mon Sep 17 00:00:00 2001 From: Dilawar Singh Date: Tue, 23 Jan 2024 13:07:26 +0530 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e7cad89..1de00a9 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ A demo Android App with foreground service using Rust Native Libraries. The service does file-system monitoring and makes the logs available at http://localhost:3000/fs. +_This demo is not tested on Windows. PR welcome!_ + ## Getting Started On Linux A `docker-compose.yml` and `Dockerfile` are available in this repository. `docker compose up` should build and run the app.