From a2a975ed258e52b85693a29e250590caa3a227e5 Mon Sep 17 00:00:00 2001 From: Chris Cromer Date: Tue, 4 Aug 2020 23:16:10 -0400 Subject: [PATCH] update readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 6d4781e..de84207 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,10 @@ To build TUF Manager the following is needed: - polkit-gobject - gmodule-export +## Other requirements + +This software will only work if using the [faustus](https://github.com/hackbnw/faustus) driver module. + ## Build options - valadocs @@ -23,6 +27,13 @@ Build TUF Manager's vala documentation. - valadocs-deps Build external valadocs that TUF Manager utilizes and calls. +- build-cli + +Build the cli interface. + +- build-gui + +Build the gui interface. - always-authenticated Authentication is not required to use the TUF Server that runs in the background as a daemon, if this is set to false polkit is used for authentication. Setting this to false is more secure, but also makes things like auto restore of settings on login impossible to do without a password.