From 59eac5686f5bf69b5bf5ec0252ae9ef273fc176a Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Mon, 22 Jul 2019 16:07:37 +0200 Subject: [PATCH] readme: *BSD support --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cce78ad44b..eafb8b97ae 100644 --- a/README.md +++ b/README.md @@ -39,13 +39,10 @@ The compilation is temporarily slower for this release: - The new formatter runs on every single token and slows the compiler down by ~20%. This will be taken care of. -## Code structure - -https://github.com/vlang/v/blob/master/CONTRIBUTING.md ## Installing V from source -### Linux, macOS, Windows, WSL, Android, Raspberry Pi +### Linux, macOS, Windows, *BSD, WSL, Android, Raspberry Pi ```bash @@ -141,3 +138,8 @@ sudo pacman -S glfw-x11 curl freetype2 ``` glfw and libcurl dependencies will be removed soon. + +## Code structure + +https://github.com/vlang/v/blob/master/CONTRIBUTING.md +