diff --git a/doc/source/install/developer/kubernetes-and-common-setup.rst b/doc/source/install/developer/kubernetes-and-common-setup.rst index 03b7b2a0e8..fe64add052 100644 --- a/doc/source/install/developer/kubernetes-and-common-setup.rst +++ b/doc/source/install/developer/kubernetes-and-common-setup.rst @@ -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 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^