[OSH] Add make utlity to list of required tools

This is to add "make" to list of required utilities.

Change-Id: I4b9a0bc61b6351b8deeedd5924884e75ecc0622c
This commit is contained in:
Chinasubbareddy Mallavarapu 2021-07-27 18:11:16 +00:00 committed by chinasubbareddy mallavarapu
parent 9c89c32bd3
commit 7e276b8eca
1 changed files with 2 additions and 2 deletions

View File

@ -5,11 +5,11 @@ Kubernetes and Common Setup
Install Basic Utilities
^^^^^^^^^^^^^^^^^^^^^^^
To get started with OSH, we will need both ``git`` and ``curl``.
To get started with OSH, we will need ``git``, ``curl`` and ``make``.
.. code-block:: shell
sudo apt install git curl
sudo apt install git curl make
Clone the OpenStack-Helm Repos
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^