README : move TODO to the bottom.
This commit is contained in:
parent
4fa07c303b
commit
cf7886d670
|
@ -1,6 +1,4 @@
|
||||||
# Dmitry Voronin Resume.
|
# Dmitry Voronin Resume.
|
||||||
## TODO.
|
|
||||||
- Change icon color programmatically.
|
|
||||||
|
|
||||||
## How to build.
|
## How to build.
|
||||||
```bash
|
```bash
|
||||||
|
@ -31,3 +29,6 @@ $ ./install-tl
|
||||||
### Installing missing dependencies.
|
### Installing missing dependencies.
|
||||||
When trying to build the project, lualatex may throw missing dependency errors.
|
When trying to build the project, lualatex may throw missing dependency errors.
|
||||||
To install them use `$ tlmgr install $dependency`.
|
To install them use `$ tlmgr install $dependency`.
|
||||||
|
|
||||||
|
## TODO.
|
||||||
|
- Change icon color programmatically.
|
||||||
|
|
Loading…
Reference in a new issue