From 6cbecac93c8c1e97f17b822af217c3c44272da72 Mon Sep 17 00:00:00 2001 From: Alex Medvednikov Date: Sun, 23 Jun 2019 16:13:56 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 522fd03b51..b761b83684 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ Documentation: https://vlang.io/docs Twitter: https://twitter.com/v_language +Installing V: https://github.com/vlang/v#installing-v-from-source + ## Code Structure @@ -107,8 +109,8 @@ v hello_world.v && ./hello_world # or simply v run hello_world.v # This builds the program and runs it right away v word_counter.v && ./word_counter cinderella.txt -v news_fetcher.v && ./news_fetcher -v tetris.v && ./tetris +v run news_fetcher.v +v run tetris.v ``` In order to build Tetris and anything else using the graphics module, you will need to install glfw and freetype.