Skip to content

Commit

Permalink
Update INSTALL.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adulau authored Sep 22, 2023
1 parent 3bdaf23 commit 6297163
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,10 @@ Initialize the `.env` file:
echo VULNERABILITYLOOKUP_HOME="`pwd`" >> .env
```

**Note**: `VULNERABILITYLOOKUP_HOME` is the name you set in `project/default/__init__.py`
**Note**: `VULNERABILITYLOOKUP_HOME` is the name you set in `vulnerability-lookup/default/__init__.py`

Initialize the submodules (as the repositories are quite large, it can take sometime):

Initialize the submodules:
```bash
git submodule update --init
```
Expand Down

0 comments on commit 6297163

Please sign in to comment.