From bac3e56f3c8ac9cd323687cfb5228100debd3a8b Mon Sep 17 00:00:00 2001 From: Andrew Rioux Date: Fri, 28 Apr 2023 14:46:40 -0400 Subject: [PATCH] docs: updated readme to better describe setup --- README.org | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index bfff701..de82451 100644 --- a/README.org +++ b/README.org @@ -1,6 +1,9 @@ #+TITLE: Sparse: A Rust C2 framework -Developed using libpcap to enable evading local firewalls and with an eye towards +Developed using libpcap to enable evading local firewalls and with an eye towards hiding itself from inspection * Packages -** [[./pcap-sys/README.org][pcap-sys]] \ No newline at end of file +** [[./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~