README : update requirements and add new todo.
This commit is contained in:
parent
fe5db3078e
commit
4c1251a962
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue