Unified paths in installation instructions

This commit is contained in:
Esa Jokinen 2024-04-06 09:12:56 +03:00
parent a228c7b25b
commit 693cf4958b

View file

@ -18,11 +18,11 @@ Or by calling the Web server (After running `server.py`), example: `curl -s -X P
### Installation ### Installation
- `git clone https://github.com/cve-search/cpe-guesser.git` 1. `git clone https://github.com/cve-search/cpe-guesser.git`
- `cd cpe-guesser/bin` 2. `cd cpe-guesser`
- Download the CPE dictionary & populate the database with `python3 ./import.py`. 3. Download the CPE dictionary & populate the database with `python3 ./bin/import.py`.
- Take a cup of black or green tea (). 4. Take a cup of black or green tea ().
- `python3 cpe-guesser/bin/server.py` to run the local HTTP server. 5. `python3 ./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. If you don't want to install it locally, there is a public online version. Check below.