From 25ba80671f87a2c6787a3856a400081432fb71fb Mon Sep 17 00:00:00 2001 From: Balakrishnan Balasubramanian Date: Wed, 31 May 2023 13:49:40 -0400 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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