chore: updated README [CI SKIP]

This commit is contained in:
Jef Roosens 2022-06-22 09:05:06 +02:00
parent 959afd37e5
commit 628bf31d54
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB

View file

@ -1,3 +1,14 @@
# Docker
V library for interacting with the Docker HTTP API.
V library for interacting with the Docker HTTP API v1.41.
The structure of this project largely follows the official Docker
[client](https://github.com/moby/moby/tree/master/client) structure.
## Installation
You can install vdocker from source using V:
```
v install --git https://git.rustybever.be/vieter-v/vdocker
```