diff --git a/README.md b/README.md index a8a515763c..87ca9f073d 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,10 @@ v run tetris/tetris.v In order to build Tetris and anything else using the graphics module, you will need to install glfw and freetype. +``` +v install glfw +``` + If you plan to use the http package, you also need to install libcurl. ```