diff --git a/doc/getting_started/index.rst b/doc/getting_started/index.rst index 6115fadc8..0298ed592 100644 --- a/doc/getting_started/index.rst +++ b/doc/getting_started/index.rst @@ -392,7 +392,9 @@ each with their own way to install development tools: .. code-block:: console - $ sudo apt install git \ + $ sudo apt install gcc \ + git \ + make \ gnu-efi \ libssl-dev \ libpciaccess-dev \ @@ -414,6 +416,9 @@ each with their own way to install development tools: .. code-block:: console $ sudo dnf install gcc \ + git \ + make \ + findutils \ gnu-efi-devel \ libuuid-devel \ openssl-devel \ @@ -432,6 +437,8 @@ each with their own way to install development tools: .. code-block:: console $ sudo yum install gcc \ + git \ + make \ gnu-efi-devel \ libuuid-devel \ openssl-devel \