From 5da2ea8840056c140b59edcde49848f753234996 Mon Sep 17 00:00:00 2001 From: Dilawar Singh Date: Sun, 21 Jan 2024 07:13:23 +0530 Subject: [PATCH] Update README.md --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 742b20c..e7cad89 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,12 @@ [![Android CI](https://github.com/SubconsciousCompute/android_rust_service/actions/workflows/android.yml/badge.svg)](https://github.com/SubconsciousCompute/android_rust_service/actions/workflows/android.yml) # Android Rust Service -Android App with foreground service using Rust Native Libraries. The service -does FileSystem Monitoring and makes the logs available at -http://localhost:3000/fs +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. ## Getting Started On Linux -A `docker-compose.yml` and `Dockerfile` are available in this repository. -`docker compose up` should build the app. This is still beta. +A `docker-compose.yml` and `Dockerfile` are available in this repository. `docker compose up` should build and run the app. 1. Install [rustup](https://rustup.rs) 2. Install the stable toolchain