Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dilawar authored Jan 21, 2024
1 parent f2c66f1 commit 5da2ea8
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 5da2ea8

Please sign in to comment.