diff --git a/README.md b/README.md index 1e20fc5..612af78 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Usage Tips ---- -1. When adding a file with no public read permissions, it can't be saved in the git repo. You can git-ignore the file or add read permission for the repo use alone using this command. Also consider setting up [git-crypt](https://www.agwa.name/projects/git-crypt/) for those files +1. When adding a file with no public read permissions, it can't be saved in the git repo. You can git-ignore the file or add read permission for the repo user using below command. Also consider setting up [git-crypt](https://www.agwa.name/projects/git-crypt/) for those files sudo setfacl -m "u:$USER:r" root/etc/app/secret_token