Docs: fix required otfcc version (#490)

This commit is contained in:
Belleve Invis 2020-04-11 15:16:53 -07:00
parent 8ee1df7c64
commit 4588eb61d3

View file

@ -55,7 +55,7 @@ Iosevka supports Language-Specific Ligations, which is the ligation set enabled
To build Iosevka you should:
1. Ensure that [`nodejs`](http://nodejs.org) (≥ 12.16.0), [`ttfautohint`](http://www.freetype.org/ttfautohint/), [`otfcc`](https://github.com/caryll/otfcc) (≥ 0.9.3) and `otf2otc` are present.
1. Ensure that [`nodejs`](http://nodejs.org) (≥ 12.16.0), [`ttfautohint`](http://www.freetype.org/ttfautohint/), [`otfcc`](https://github.com/caryll/otfcc) (≥ 0.10.3-alpha) and `otf2otc` are present.
2. Install necessary libs by `npm install`. If youve installed them, upgrade to the latest.
3. `npm run build -- contents::iosevka`.