From 70e67179cfb5bb82c65e242a2e87e12843ce9546 Mon Sep 17 00:00:00 2001 From: Wojtek Cichon Date: Thu, 4 Mar 2021 14:26:58 +0100 Subject: [PATCH] [EGD-5989] Update quickstart article Updated quickstart article with security-related info. --- doc/quickstart.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/quickstart.md b/doc/quickstart.md index a1f6c49c3d325504b18f34ecba876dbbcd7ba195..9e5cf5704bde4cb2aa9777e1c1145cf4b055a0ef 100644 --- a/doc/quickstart.md +++ b/doc/quickstart.md @@ -16,7 +16,13 @@ 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. +Note that this downloads a shellscript from `get.docker.com` and runs it with sudo for Docker installation. + +This script also installs few required packages (`cat config/bootstrap_config`) which also require root privileges. + +Installation of `GCCv10` and `CMake` is done to `$HOME` directory. + +Running the script without parameters will display a list of steps. After running provisioning you are ready to checkout and build project for both linux and RT1051. Please follow these steps: