From 2f9684643abd0055dd488ad1497c418ed76f1b5e Mon Sep 17 00:00:00 2001 From: Andrew Rioux Date: Sat, 29 Apr 2023 02:19:00 -0400 Subject: [PATCH] docs: updated README to provide the right command --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 49fda6d..5e168c6 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 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]]