Skip to content

Commit

Permalink
Closes #34: updates debug section to show metalsmith.debug
Browse files Browse the repository at this point in the history
  • Loading branch information
webketje committed Jun 13, 2023
1 parent 17760f9 commit 6cbf8ed
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,16 +148,8 @@ The resulting metadata will have a structure like:
To enable debug logs, set the `DEBUG` environment variable to `@metalsmith/metadata`:
Linux/Mac:
```bash
DEBUG=@metalsmith/metadata
```
Windows:
```batch
set "DEBUG=@metalsmith/metadata"
```js
metalsmith.env('DEBUG', '@metalsmith/metadata*')
```
## CLI Usage
Expand Down

0 comments on commit 6cbf8ed

Please sign in to comment.