Skip to content

Commit

Permalink
Add readme about pdxinfo custom values
Browse files Browse the repository at this point in the history
  • Loading branch information
Nycto committed Feb 22, 2025
1 parent 6b486e5 commit 4ccc41e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4ccc41e

Please sign in to comment.