chg: [doc] update import instructions

This commit is contained in:
Esa Jokinen 2021-09-21 20:24:44 +03:00
parent fa6abfbb54
commit 6af4a9d6e2

View file

@ -16,12 +16,9 @@ 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`
- `cd cpe-guesser/data`
- `chmod +x dump.sh`
- `cd ../bin`
- `python3 import.py`
- Take a cup of black or green tea
- `python3 server.py` to run the local HTTP server
- Download the CPE dictionary & populate the database with `python3 cpe-guesser/bin/import.py`.
- Take a cup of black or green tea.
- `python3 cpe-guesser/bin/server.py` to run the local HTTP server.
If you don't want to install it locally, there is a public online version. Check below.