Skip to content

Commit

Permalink
[README.md] Mark bash code as such.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Jan 3, 2025
1 parent 9e2d643 commit 596385d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ folderify --reveal examples/src/folder_outline.png .
The repository folder should now have a custom icon.

```shell
# bash
for file in examples/src/*.png; do cargo run -- $file; done
open examples/src/
```
Expand Down

0 comments on commit 596385d

Please sign in to comment.