From 2e71b498d821bc76f4fdbe3909857b95a0448913 Mon Sep 17 00:00:00 2001 From: Christian van der Loo Date: Sun, 10 Mar 2024 14:21:58 -0400 Subject: [PATCH] docs: specify output --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index bb9b8ad..bc6bacf 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,7 @@ and then specify your configuration below. With the VSCode Pkl extension, you'll You can change the file name from `BiomeDefault.pkl` to `BiomeGit.pkl` if you want a Biome.js configuration with boilerplate Git support. -To build, run `pkl eval biome.pkl -m .` - +To build, run `pkl eval biome.pkl -m .`, and it will create a `biome.json` in the same directory. ## Development This project uses [Mise](https://mise.jdx.dev) to handle dependencies. To install all dependencies, run `mise install`, followed by `pnpm i`.