mirror of
https://github.com/cve-search/cpe-guesser.git
synced 2024-11-14 19:08:27 +00:00
chg: [doc] fix the default run location based on relative data
This commit is contained in:
parent
da7f755f72
commit
6cf6e05b75
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@ the software with `lookup.py` to find the most probable CPE matching the keyword
|
|||
### Installation
|
||||
|
||||
- `git clone https://github.com/cve-search/cpe-guesser.git`
|
||||
- Download the CPE dictionary & populate the database with `python3 cpe-guesser/bin/import.py`.
|
||||
- `cd cpe-guesser/bin`
|
||||
- Download the CPE dictionary & populate the database with `python3 ./import.py`.
|
||||
- Take a cup of black or green tea.
|
||||
- `python3 cpe-guesser/bin/server.py` to run the local HTTP server.
|
||||
|
||||
|
|
Loading…
Reference in a new issue