docs: updated readme to better describe setup

This commit is contained in:
Andrew Rioux 2023-04-28 14:46:40 -04:00
parent 226eefbedd
commit bac3e56f3c

View File

@ -1,6 +1,9 @@
#+TITLE: Sparse: A Rust C2 framework #+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 * Packages
** [[./pcap-sys/README.org][pcap-sys]] ** [[./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~