From 56323bcf2170c483b195de6f55593459920c87c3 Mon Sep 17 00:00:00 2001 From: Andres Date: Fri, 17 May 2024 19:32:27 +0000 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 71e2485..2ec6a17 100644 --- a/README.md +++ b/README.md @@ -67,3 +67,11 @@ If the new functionality requires elevated privileges, then extend the system daemon's DBus API in `src/manager/root.rs` with the necessary helpers to complete the task. Please consider keeping as much logic as possible in the user context. +## Building + +TODO: pretty much a rust standard Building + +## Running tests + +TODO +