Skip to content

Commit

Permalink
Docs: Match any extension
Browse files Browse the repository at this point in the history
  • Loading branch information
ashvardanian committed Mar 19, 2024
1 parent 1b4cb5d commit 3712cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ To compile the library, run:
```bash
cmake -B build_release
cmake --build build_release --config Release
test -e build_release/libsee.so && echo "Success" || echo "Failure"
test -e build_release/libsee.* && echo "Success" || echo "Failure"
```

Want to try it out? Here's how to use it:
Expand Down

0 comments on commit 3712cfb

Please sign in to comment.