From 4ccc41eb300255527061fc20f3cedef65322772c Mon Sep 17 00:00:00 2001 From: Nycto Date: Fri, 21 Feb 2025 18:24:44 -0800 Subject: [PATCH] Add readme about pdxinfo custom values --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4099698..7effe38 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,12 @@ complete the build. This includes creating a `pdxinfo` file automatically, updat `config.nims`, and adding entries to your `.gitignore`. If you don't want this behavior, you can add the `--no-auto-config` flag, which will disable this. +### Custom pdxinfo values + +Running `pdn` will automatically generate a `pdxinfo` file based on the project +details in your packages `nimble` file. If you need to customize these values, you can +add a `pdxinfo` file to the root of your package. + ## Examples The example project `playdate_example` also contains VSCode launch configurations to build, start and debug your Nim application from the editor.