chg: [doc] fix the default run location based on relative data

This commit is contained in:
Alexandre Dulaunoy 2021-09-21 20:21:35 +02:00
parent da7f755f72
commit 6cf6e05b75
Signed by: adulau
GPG key ID: 09E2CD4944E6CBCD

View file

@ -16,7 +16,8 @@ the software with `lookup.py` to find the most probable CPE matching the keyword
### Installation ### Installation
- `git clone https://github.com/cve-search/cpe-guesser.git` - `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. - Take a cup of black or green tea.
- `python3 cpe-guesser/bin/server.py` to run the local HTTP server. - `python3 cpe-guesser/bin/server.py` to run the local HTTP server.