From f20c2b90a6f6e85416c1ec3aca720c72182770a7 Mon Sep 17 00:00:00 2001 From: Max Goedjen Date: Sat, 14 Mar 2020 14:40:49 -0700 Subject: [PATCH] #34 --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 9444905..1107e3c 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,14 @@ For Macs without Secure Enclaves, you can configure a Smart Card (such as a Yubi ## Getting Started +### Setup for Third Party Apps + +When you first launch Secretive, you'll be prompted to set up your command line environment. You can redisplay this prompt at any time by going to `Menu > Help -> Set Up Helper App`. +For non-command-line based apps, like GUI Git clients, you may need to go through app-specific setup. + +[Tower](https://www.git-tower.com/help/mac/integration/environment) + + ### Security Considerations For the moment, you must build Secretive from source. For an app like this, it's critical that you trust that the app you're running is the app whose source you've checked out. To this end, Secretive has no third party dependecies, and is designed to be easy for you to audit for exploits.