Skip to content

Commit

Permalink
πŸ“ (git-crypt): Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ladislas committed Dec 18, 2024
1 parent 8639a70 commit aacbaae
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit aacbaae

Please sign in to comment.