diff options
author | axtloss <axtlos@getcryst.al> | 2024-07-10 00:02:39 +0200 |
---|---|---|
committer | axtloss <axtlos@getcryst.al> | 2024-07-10 00:02:39 +0200 |
commit | 5e75178b80b70a5fde777a1a0f6e30b6ab6e1f7c (patch) | |
tree | 03b06c2f505a28c9ff97f916952477e95d2cfa51 /README.md | |
parent | 5b68f6375de707b9ad5f478e695b4f016f8e82dc (diff) | |
download | runc-5e75178b80b70a5fde777a1a0f6e30b6ab6e1f7c.tar.gz runc-5e75178b80b70a5fde777a1a0f6e30b6ab6e1f7c.tar.bz2 |
add shebang functionality
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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`. |