From 628bf31d54ea93f7461d6103f380da2daab33d2d Mon Sep 17 00:00:00 2001 From: Chewing_Bever Date: Wed, 22 Jun 2022 09:05:06 +0200 Subject: [PATCH] chore: updated README [CI SKIP] --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5db18f6..333ace1 100644 --- a/README.md +++ b/README.md @@ -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 +```