Skip to content

Commit

Permalink
Merge pull request #1641 from aboutcode-org/update-readme
Browse files Browse the repository at this point in the history
Update README.rst
  • Loading branch information
TG1999 authored Nov 8, 2024
2 parents d41e021 + 51cd275 commit 5193239
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Then run an importer for nginx advisories (which is small)

.. code:: bash
docker compose exec vulnerablecode ./manage.py import vulnerabilities.importers.nginx.NginxImporter
docker compose exec vulnerablecode ./manage.py import nginx_importer
docker compose exec vulnerablecode ./manage.py improve --all
At this point, the VulnerableCode app and API should be up and running with
Expand Down Expand Up @@ -117,7 +117,7 @@ On a Debian system, use this
make dev envfile postgres
make test
source venv/bin/activate
./manage.py import vulnerabilities.importers.nginx.NginxImporter
./manage.py import nginx_importer
./manage.py improve --all
make run
Expand Down

0 comments on commit 5193239

Please sign in to comment.