From 4d077be2a7c0ed9b2bc6dd9c3fe568a3567c4309 Mon Sep 17 00:00:00 2001 From: g0tmi1k Date: Mon, 22 Jun 2020 22:13:28 +0100 Subject: [PATCH] Remove conflict with exploitdb-papers --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 080afc502..c49808427 100644 --- a/README.md +++ b/README.md @@ -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 ```