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 ```