From 10684a68cb457fc4a1f8e2386e3f05cb2357bbd3 Mon Sep 17 00:00:00 2001 From: Turiiya <34311583+ttytm@users.noreply.github.com> Date: Thu, 16 Nov 2023 03:01:21 +0100 Subject: [PATCH] docs: update install commands remove unnecessary flag, update comments --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bcb3b32..d8d465a 100644 --- a/README.md +++ b/README.md @@ -39,9 +39,9 @@ purpose programming language with modern web technologies to design a graphical - Install the module ```sh - # From source - v install --git https://github.com/ttytm/webview - # Or as vpm package + # Into `/webview` + v install https://github.com/ttytm/webview + # OR as vpm package under a namespace `/ttytm/webview` v install ttytm.webview ```