mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
docs/manual: minor aesthetic cleanups in "Getting Buildroot"
Minor tweaks including proper capitalization. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
59efb9037f
commit
dd2fb3de11
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user