From 74aff1f17642ffcc5a2a4b950cd875f325992504 Mon Sep 17 00:00:00 2001
From: Dmytro Bogatov <dmytro@dbogatov.org>
Date: Sun, 2 Aug 2020 08:32:59 -0400
Subject: [PATCH] Fix.

---
 README.md | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index ecb4689..c83094e 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,14 @@
-# My CV
+# Dmytro's CV
 
-The up-to-date version of the resume is built in CI and resides as artifact.
+The up-to-date version of the paper is built in CI and resides as artifact.
 
-- [Download the file](https://git.dbogatov.org/dbogatov/my-cv/-/jobs/artifacts/master/raw/cv.pdf?job=artifacts)
-- [View the file](https://git.dbogatov.org/dbogatov/my-cv/-/jobs/artifacts/master/file/cv.pdf?job=artifacts)
+> To view the latest PDF, click on a badge `PDF | view online` at the top of the project page in GitLab.
+
+## How to compile
+
+```bash
+bash ./document/build.sh # to compile
+open ./document/dist/*.pdf # to open
+```
+
+If using with Overleaf, it is suggested to run `git config core.fileMode false`.
-- 
GitLab