Skip to content

Commit 5193239

Browse files
authored
Merge pull request #1641 from aboutcode-org/update-readme
Update README.rst
2 parents d41e021 + 51cd275 commit 5193239

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Then run an importer for nginx advisories (which is small)
8080

8181
.. code:: bash
8282
83-
docker compose exec vulnerablecode ./manage.py import vulnerabilities.importers.nginx.NginxImporter
83+
docker compose exec vulnerablecode ./manage.py import nginx_importer
8484
docker compose exec vulnerablecode ./manage.py improve --all
8585
8686
At this point, the VulnerableCode app and API should be up and running with
@@ -117,7 +117,7 @@ On a Debian system, use this
117117
make dev envfile postgres
118118
make test
119119
source venv/bin/activate
120-
./manage.py import vulnerabilities.importers.nginx.NginxImporter
120+
./manage.py import nginx_importer
121121
./manage.py improve --all
122122
make run
123123

0 commit comments

Comments
 (0)