mirror of
https://github.com/cve-search/cpe-guesser.git
synced 2024-11-14 19:08:27 +00:00
Unified paths in installation instructions
This commit is contained in:
parent
a228c7b25b
commit
693cf4958b
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -18,11 +18,11 @@ Or by calling the Web server (After running `server.py`), example: `curl -s -X P
|
|||
|
||||
### Installation
|
||||
|
||||
- `git clone https://github.com/cve-search/cpe-guesser.git`
|
||||
- `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.
|
||||
1. `git clone https://github.com/cve-search/cpe-guesser.git`
|
||||
2. `cd cpe-guesser`
|
||||
3. Download the CPE dictionary & populate the database with `python3 ./bin/import.py`.
|
||||
4. Take a cup of black or green tea ().
|
||||
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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue