Skip to content

Commit b34ea99

Browse files
Update README.md
1 parent 334a1b0 commit b34ea99

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,13 @@ To find potentially mismatched listings in a chapter run,
4545
will be printed to the console.
4646

4747
To run all chapters in powershell from ListingManager directory,
48+
```
4849
Get-ChildItem -Path 'insert.srcPathNameHere' -Directory | Where-Object {
4950
!$_.name.EndsWith("Tests")
5051
} | ForEach-Object {
5152
listingmanager --path $_.FullName --preview --verbose
5253
}
53-
54+
```
5455

5556
# Pushing new versions
5657

0 commit comments

Comments
 (0)