From 17f38294005dbdb767f51a76d88b7673dad13fd6 Mon Sep 17 00:00:00 2001 From: Andrew Rioux Date: Sat, 29 Apr 2023 02:43:31 -0400 Subject: [PATCH] docs: simplified setup of repository --- .devcontainer/devcontainer.json | 2 +- README.org | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 1f40fc0..feff78d 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -19,5 +19,5 @@ } }, "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" } \ No newline at end of file diff --git a/README.org b/README.org index 5e168c6..49bf201 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 --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]]