orhun / flawz

A Terminal UI for browsing security vulnerabilities (CVEs)
Apache License 2.0
363 stars 9 forks source link

docs(readme): details about SQLite dep and avoiding crates mismatch v… #59

Closed pirafrank closed 1 month ago

pirafrank commented 1 month ago

Description of change

Added details to avoid common pitfalls during install via cargo, such as missing SQLite C development files and installing without --locked option, which could lead to potential crate versions clash.

How has this been tested? (if applicable)

Tested on my machine after chatting on issue #13 .