From f37bc6c1c304134444dbba49f674abbd59babe9b Mon Sep 17 00:00:00 2001 From: snan Date: Tue, 2 Mar 2021 11:29:17 +0100 Subject: [PATCH] [EGD-5989] Update quickstart.md Fixed a bit of a security risk. --- doc/quickstart.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/quickstart.md b/doc/quickstart.md index fdbce5879366bce54b3dc247cf573bbcce4771cd..a1f6c49c3d325504b18f34ecba876dbbcd7ba195 100644 --- a/doc/quickstart.md +++ b/doc/quickstart.md @@ -16,6 +16,7 @@ You can quickstart the project by going through one of the following guides: Run the provisioning script `./config/bootstrap.sh` to install all dependencies. The script is written for Ubuntu and tested on 20.04. To run the script execute the following command: `cd config && ./bootstrap.sh 0-` +Note that this curls a shellscript from get.docker.com and runs it with sudo. After running provisioning you are ready to checkout and build project for both linux and RT1051. Please follow these steps: