Remove conflict with exploitdb-papers

This commit is contained in:
g0tmi1k 2020-06-22 22:13:28 +01:00
parent 09e7d20651
commit 4d077be2a7

View file

@ -148,7 +148,6 @@ In short: clone the repository, add the binary into `$PATH`, and edit the config
```
$ sudo git clone https://github.com/offensive-security/exploitdb.git /opt/exploitdb
$ sed 's|path_array+=(.*)|path_array+=("/opt/exploitdb")|g' /opt/exploitdb/.searchsploit_rc > ~/.searchsploit_rc
$ sudo ln -sf /opt/exploitdb/searchsploit /usr/local/bin/searchsploit
```