From ac6167565eb109b350698da8123c8ac462f6e59a Mon Sep 17 00:00:00 2001 From: Sanath Kumar U Date: Mon, 12 Sep 2022 20:56:10 +0530 Subject: [PATCH] docs:Update docs.md to include instructions on upgrading V (#15733) * Updated docs.md to include instructions on upgrading V Updated docs.md to include instructions on upgrading V to latest version. * changes to fix the error message "./doc/docs.md:27:116: error: must be less than 100 characters" --- doc/docs.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/docs.md b/doc/docs.md index bef743f6f5..6bac0e789f 100644 --- a/doc/docs.md +++ b/doc/docs.md @@ -23,6 +23,11 @@ It is easy, and it takes only a few seconds: [https://github.com/vlang/v#installing-v](https://github.com/vlang/v#installing-v---from-source-preferred-method) +## Upgrading V to latest version +If V is already installed on a machine, it can be upgrade to latest version +by using the V's built-in self-updater. +To upgrade the version run the command ` v up` + ## Table of Contents