From 42a0eac1d7fb14660cd6c248de931c5282a07c18 Mon Sep 17 00:00:00 2001 From: Ladislas de Toldi Date: Wed, 18 Dec 2024 17:06:20 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20(git-crypt):=20Update=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 5835f2613..64b1803cb 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,20 @@ TUIST_TURN_OFF_LINTERS=TRUE \ tuist generate ``` +## Edit encrypted files + +For security reasons, some files are encrypted. To be able to access and edit them, follow those steps: + +```shell +# install git-crypt +brew install git-crypt + +# unlock files +git-crypt unlock +``` + +More information here: https://github.com/AGWA/git-crypt#using-git-crypt + ## License Copyright (c) APF France handicap. All rights reserved.