diff --git a/README.md b/README.md index afb5fda..1c3af37 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ Installing `build-wrap` requires two steps: --ro-bind / / # Allow read-only access everywhere --dev-bind /dev /dev # Allow device access --bind {OUT_DIR} {OUT_DIR} # Allow write access to `OUT_DIR` + --bind /tmp /tmp # Allow write access to /tmp --unshare-net # Deny network access {} # Build script path ```