From 36ded0d6f8d19271ef49121b70cdcf8222b7b843 Mon Sep 17 00:00:00 2001 From: Dmytro Bogatov <dmytro@dbogatov.org> Date: Thu, 4 Mar 2021 22:41:20 -0500 Subject: [PATCH] Fix README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c49114b..17b66ab 100644 --- a/README.md +++ b/README.md @@ -18,4 +18,4 @@ open ./document/dist/*.pdf # to open *Draft mode* converts all PDF graphics into low-res PNG (output file is `report-draft.pdf`). Draft mode requires `imagemagick` to be installed (`brew install` or `apt-get install`). -If using with Overleaf, it suggested to run `git config core.fileMode false`. +If using with Overleaf, it is suggested to run `git config core.fileMode false` and then `chmod +x ./document/build.sh ./test.sh`. -- GitLab