[Readme] Add install pre-requisite: libyaml-dev

This commit is contained in:
Hui Yu
2020-10-22 19:48:11 +08:00
parent 97c945b5cc
commit 3671044e92

View File

@@ -11,7 +11,7 @@ git clone https://github.com/kubernetes-client/c
CLIENT_REPO_ROOT=${PWD}/c CLIENT_REPO_ROOT=${PWD}/c
# Install pre-requisites # Install pre-requisites
sudo apt-get install libcurl4-openssl-dev uncrustify sudo apt-get install libcurl4-openssl-dev uncrustify libyaml-dev
# Move into the Kubernetes directory # Move into the Kubernetes directory
cd ${CLIENT_REPO_ROOT}/kubernetes cd ${CLIENT_REPO_ROOT}/kubernetes