README : update requirements and add new todo.

This commit is contained in:
Dmitry Voronin 2023-08-02 17:54:40 +03:00
parent fe5db3078e
commit 4c1251a962

View file

@ -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.