diff options
author | axtloss <axtlos@getcryst.al> | 2024-07-09 23:06:54 +0200 |
---|---|---|
committer | axtloss <axtlos@getcryst.al> | 2024-07-09 23:06:54 +0200 |
commit | 5b68f6375de707b9ad5f478e695b4f016f8e82dc (patch) | |
tree | de3f3739d03b93914f99696e1f34de6a0bb12256 /README.md | |
parent | bef45dc6bde2d973e4410d932b492c09bcf9e15b (diff) | |
download | runc-5b68f6375de707b9ad5f478e695b4f016f8e82dc.tar.gz runc-5b68f6375de707b9ad5f478e695b4f016f8e82dc.tar.bz2 |
Add extlib dependency in readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,8 @@ Execute source files based on a static configuration ## Building +First make sure you have [extlib](https://codeberg.org/axtlos/extlib) installed. + ```sh ./configure make |