Skip to content

Commit

Permalink
add to readme: EDITOR method for crafting vars.yml when using customizer
Browse files Browse the repository at this point in the history
  • Loading branch information
AndydeCleyre committed Dec 9, 2020
1 parent 43aace3 commit a7f58e8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,14 @@ To use a configuration thus generated with this builder:

- in the customizer, leave the default Family Name ("Iosevka Custom")
- save the generated configuration as ``templates/private-build-plans.toml.wz``
- in ``vars.yml``'s ``build`` list, ensure the only uncommented item is ``ttf-iosevka-custom-git``:
- in ``vars.yml``'s ``build`` list, ensure the only uncommented item is ``ttf-iosevka-custom-git``,
with either an editor:

.. code:: console
$ $EDITOR vars.yml
or yamlpath's ``yaml-merge``:

.. code:: console
Expand Down

0 comments on commit a7f58e8

Please sign in to comment.