mention vndr in README
add a new dependencies management section in README to note that we are using vndr. Signed-off-by: Daniel Dao <dqminh89@gmail.com>
This commit is contained in:
parent
993cbf9db0
commit
912d20cbd1
|
@ -77,6 +77,12 @@ You can run a specific test case by setting the `TESTFLAGS` variable.
|
|||
# make test TESTFLAGS="-run=SomeTestFunction"
|
||||
```
|
||||
|
||||
### Dependencies Management
|
||||
|
||||
`runc` uses [vndr](https://github.com/LK4D4/vndr) for dependencies management.
|
||||
Please refer to [vndr](https://github.com/LK4D4/vndr) for how to add or update
|
||||
new dependencies.
|
||||
|
||||
## Using runc
|
||||
|
||||
### Creating an OCI Bundle
|
||||
|
|
Loading…
Reference in New Issue