Skip to content

Commit c70a29c

Browse files
committed
Update README.md
1 parent b63b211 commit c70a29c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ls /usr/share/exploitdb /usr/local/share/exploitdb /var/lib/exploitdb /opt/explo
3636
```
3737
If the check reports "Exploit-DB data directory not found", clone the official Exploit-DB repo to /opt with:
3838
```
39-
sudo git clone https://gitlab.com/exploit-database/exploitdb.git /opt/exploitdb
39+
sudo git clone https://gitlab.com/exploit-database/exploitdb.git /opt/exploitdb && chmod -R o+rX /opt/exploitdb
4040
```
4141
Or install it with your package manager (examples):
4242
```bash

0 commit comments

Comments
 (0)