From cd7747f48ddc62233a9f142d7ceebcd953989a49 Mon Sep 17 00:00:00 2001 From: Andrew Rioux Date: Fri, 28 Apr 2023 18:28:29 -0400 Subject: [PATCH] docs: fix to bring docs in line with reality --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index aaf8ee6..49fda6d 100644 --- a/README.org +++ b/README.org @@ -6,6 +6,6 @@ Developed using libpcap to enable evading local firewalls and with an eye toward ** [[./pcap-sys/README.org][pcap-sys]] * 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]]