docs: simplified setup of repository

This commit is contained in:
Andrew Rioux 2023-04-29 02:43:31 -04:00
parent 2f9684643a
commit 17f3829400
2 changed files with 2 additions and 2 deletions

View File

@ -19,5 +19,5 @@
} }
}, },
"runArgs": ["--privileged"], "runArgs": ["--privileged"],
"postStartCommand": "nohup bash -c 'dockerd &' > /docker.log 2> /docker.log" "postStartCommand": "git submodule update --init; chown -R 1000:1000 .; nohup bash -c 'dockerd &' > /docker.log 2> /docker.log"
} }

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