From 0dd691db232c185b384db6be353d67cdf50c0b12 Mon Sep 17 00:00:00 2001 From: Chewing_Bever Date: Wed, 22 Jun 2022 13:47:33 +0200 Subject: [PATCH] docs: add notice in README about installation --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 88be755..fb7915a 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,11 @@ interface](https://aur.archlinux.org/rpc). This library is largely inspired by [raur](https://gitlab.com/davidbittner/raur); this is basically a re-write of raur in V. + +## Installation + +You can install this as a local module using + +``` +v install --git https://git.rustybever.be/vieter-v/aur +```