chore: updated README [CI SKIP]

jef
Jef Roosens 2022-06-22 09:05:06 +02:00
parent 959afd37e5
commit 628bf31d54
Signed by: Jef Roosens
GPG Key ID: B75D4F293C7052DB
1 changed files with 12 additions and 1 deletions

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
```