summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngelo Compagnucci <angelo.compagnucci@gmail.com>2016-02-07 13:40:45 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-02-08 13:33:43 +0100
commitcf28e23e317fc449b280fcc299f8d6fd8c0506c5 (patch)
tree0296a61d4f19f603fa51ae54fb16d1a2e86eefb9
parent19d91468239ad12a12a534e6e47ee934c7e06e71 (diff)
downloadbuildroot-cf28e23e317fc449b280fcc299f8d6fd8c0506c5.tar.gz
buildroot-cf28e23e317fc449b280fcc299f8d6fd8c0506c5.zip
docs/manual: misc improvements to Vagrant usage documentation
* Changing back wget to curl cause wget it's not available on mac os x. * Braking up too long windows one liner. Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--docs/manual/getting.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/manual/getting.txt b/docs/manual/getting.txt
index bb63cab46c..549938a223 100644
--- a/docs/manual/getting.txt
+++ b/docs/manual/getting.txt
@@ -19,13 +19,15 @@ If you want to setup an isolated buildroot environment on Linux or Mac
Os X, paste this line onto your terminal:
--------------------
-wget https://buildroot.org/downloads/Vagrantfile; vagrant up
+curl -O https://buildroot.org/downloads/Vagrantfile; vagrant up
--------------------
If you are on Windows, paste this into your powershell:
--------------------
-(new-object System.Net.WebClient).DownloadFile("https://buildroot.org/downloads/Vagrantfile","Vagrantfile"); vagrant up
+(new-object System.Net.WebClient).DownloadFile(
+"https://buildroot.org/downloads/Vagrantfile","Vagrantfile");
+vagrant up
--------------------
If you want to follow development, you can use the daily snapshots or
OpenPOWER on IntegriCloud