diff --git a/README.md b/README.md index aab92204d..e9292a0e0 100644 --- a/README.md +++ b/README.md @@ -288,7 +288,17 @@ You will find TTFs, as well as WOFF(2) web fonts and one Webfont CSS in the `dis ### Using a Docker container -Refer to these [instructions.](https://github.com/ejuarezg/containers/tree/master/iosevka_font#container-method) +A Docker container handling the build environment for you can be found [here](https://github.com/avivace/fonts-iosevka). + +To pull it from Docker Hub and start a standard build of the latest released version, run + +``` +docker run -it -v $(pwd):/build avivace/iosevka-build +``` + +Fonts files will be placed in the `dist` folder. + +You can provide `private-build.plans.toml` for a customized build and/or specify the desired release appending `-e FONT_VERSION=X.X.X`. to the Docker command. ## Customized Build