From 370939e7a3e68505f94deafddfd2b97397f792d4 Mon Sep 17 00:00:00 2001 From: Werner Date: Tue, 13 Oct 2020 19:35:57 +0200 Subject: [PATCH] Add line break --- docs/Developer-Guide_Build-Preparation.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/Developer-Guide_Build-Preparation.md b/docs/Developer-Guide_Build-Preparation.md index 7c3070b5..03c3f8d4 100644 --- a/docs/Developer-Guide_Build-Preparation.md +++ b/docs/Developer-Guide_Build-Preparation.md @@ -8,7 +8,8 @@ - no spaces in full path to the build script location allowed, - superuser rights (configured `sudo` or root shell). -Not officially supported build environments from community contributions: +Not officially supported build environments from community contributions: + - Setting up VirtualBox and compile environment is easy following our [Vagrant tutorial](https://docs.armbian.com/Developer-Guide_Using-Vagrant/), - [Docker](Developer-Guide_Building-with-Docker.md) environment is also supported for building kernels and full OS images, - [Multipass](https://gist.github.com/atomic77/7633fcdbf99dca80f31fd6d64bfd0565)