Skip to content

Commit

Permalink
Merge pull request #17 from Pavel-Sushko/update-installation-procedure
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Pavel-Sushko committed Apr 7, 2023
2 parents b9ff447 + fe8474c commit 13db8ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CVE Tracker is a Python project that allows users to track Common Vulnerabilitie

1. Clone the repository: `git clone https://github.com/Pavel-Sushko/cve-tracker.git`
2. Navigate to the project directory: `cd cve-tracker`
3. Install the required packages: `pip install -r requirements.txt`
3. Install the package: `pip install .`
4. Fetch the latest CVE data from the NVD, and store them in the `data/` directory: `python main.py`

## Contributing
Expand Down

0 comments on commit 13db8ff

Please sign in to comment.