aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authoraxtloss <axtlos@getcryst.al>2024-07-10 00:02:39 +0200
committeraxtloss <axtlos@getcryst.al>2024-07-10 00:02:39 +0200
commit5e75178b80b70a5fde777a1a0f6e30b6ab6e1f7c (patch)
tree03b06c2f505a28c9ff97f916952477e95d2cfa51 /README.md
parent5b68f6375de707b9ad5f478e695b4f016f8e82dc (diff)
downloadrunc-5e75178b80b70a5fde777a1a0f6e30b6ab6e1f7c.tar.gz
runc-5e75178b80b70a5fde777a1a0f6e30b6ab6e1f7c.tar.bz2
add shebang functionality
Diffstat (limited to '')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7e0753e..0e0d1a2 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ make
```
## Usage
-`runc /path/to/code`
+`runc /path/to/code` or just add runc as the shebang to the source file
Example configurations are located in the `config` folder, runc reads two config directories, `/etc/runc.d` and `~/.config/runc`.