From 4c1251a962532e667e86c00c3e101279b1854f10 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Wed, 2 Aug 2023 17:54:40 +0300 Subject: [PATCH] README : update requirements and add new todo. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3ce23cb..d7896f5 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,9 @@ ru | Build Russian resume. view | View built resumes in default PDF viewer. ## Requirements. -This project is built using TeX (LuaLaTeX) on GNU/Linux. -Also ImageMagick is required to color the icons. +* `GNU/Linux` (not tested on other platforms). +* `LuaLaTeX` for the document itself. +* `ImageMagick` for colored icons. ### Texlive setup. ```text @@ -34,3 +35,4 @@ To install them use `$ tlmgr install $dependency`. ## TODO. - [x] Change icon color programmatically. +- [ ] Fallback for using black icons if ImageMagick is not available.