From b4a2c6ddbaadab3a53570c315977fdc96ef057bc Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Thu, 27 Jun 2019 22:32:29 +0200 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index f5d4d49a9f..996ddef0e6 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,16 @@ You can create a symlink so that it's globally available: sudo ln -s [path to V repo]/compiler/v /usr/local/bin/v ``` +V is being constantly updated. To update V, simply run + +``` +git pull origin master +cd compiler/ +make clean +make +``` + + ### Windows V works great on Windows Subsystem for Linux. The instructions are the same as above.