docs: fix to bring docs in line with reality

This commit is contained in:
Andrew Rioux 2023-04-28 18:28:29 -04:00
parent bd0aa9dd3b
commit cd7747f48d

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 update~ 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~
* [[./examples/bind-shell/README.org][Example bind shell implementation]] * [[./examples/bind-shell/README.org][Example bind shell implementation]]