From 33fe28d1b2e3509b39d67614918ec39d87f5779c Mon Sep 17 00:00:00 2001 From: Nate Butler Date: Thu, 3 Feb 2022 16:01:46 -0500 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a48b18f..9f1eee3 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,10 @@ You can read the [license here](README.md). ## Building Zed Mono +Custom configurations are set up in `private-build-plans.toml`. + 1. Install node modules with `npm install` 2. Run `npm run build -- contents::zed-mono` to build the font. 3. Output will be in `/dist` -Don't check the `/dist` folder into the repo! \ No newline at end of file +Don't check the `/dist` folder into the repo!