From dd2fb3de1146b2317c0f2eef20b8afa6b0de25f5 Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Mon, 27 Jul 2026 15:38:01 -0400 Subject: [PATCH] docs/manual: minor aesthetic cleanups in "Getting Buildroot" Minor tweaks including proper capitalization. Signed-off-by: Robert P. J. Day Signed-off-by: Thomas Petazzoni --- docs/manual/getting.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/manual/getting.adoc b/docs/manual/getting.adoc index b3a451f67d..4b5eae0150 100644 --- a/docs/manual/getting.adoc +++ b/docs/manual/getting.adoc @@ -15,14 +15,14 @@ available in `support/misc/Vagrantfile` in the Buildroot source tree to quickly set up a virtual machine with the needed dependencies to get started. -If you want to setup an isolated buildroot environment on Linux or Mac -Os X, paste this line onto your terminal: +If you want to set up an isolated Buildroot environment on Linux or Mac +OS X, paste this line into your terminal: ---- curl -O https://buildroot.org/downloads/Vagrantfile; vagrant up ---- -If you are on Windows, paste this into your powershell: +If you are on Windows, paste this into your PowerShell: ---- (new-object System.Net.WebClient).DownloadFile(