docs: updated README to provide the right command

This commit is contained in:
Andrew Rioux 2023-04-29 02:19:00 -04:00
parent 8d53fd7a3e
commit 2f9684643a

View File

@ -6,6 +6,6 @@ Developed using libpcap to enable evading local firewalls and with an eye toward
** [[./pcap-sys/README.org][pcap-sys]] ** [[./pcap-sys/README.org][pcap-sys]]
* Development * Development
To develop or compile this project, open it in GitHub Codespaces or using Visual Studio Code's Dev Container extension (requires Docker to be installed) and run ~git submodule init~ To develop or compile this project, open it in GitHub Codespaces or using Visual Studio Code's Dev Container extension (requires Docker to be installed) and run ~git submodule update --init~
* [[./examples/bind-shell/README.org][Example bind shell implementation]] * [[./examples/bind-shell/README.org][Example bind shell implementation]]