From 4ec2e1124a00cd0f7841042a6d90096c77e0a72b Mon Sep 17 00:00:00 2001 From: Wang Xiang W Date: Wed, 16 Oct 2019 09:26:43 -0400 Subject: Fix typo in readme Signed-off-by: Wang Xiang W Change-Id: Ia32fa708dd68a7e0401bfba097ea6a5ed1ed3924 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a34460b..cdf793e 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ $ make $ sudo make install CMAKE variables: -- CMKAE_INSTALL_LIBDIR -- set the library directory. In CentOS, it is lib or lib64, in debian and it's releated, it is lib/x86_64-linux-gnu +- CMKAE_INSTALL_LIBDIR -- set the library directory. In CentOS, it is lib or lib64, in debian and it's related, it is lib/x86_64-linux-gnu - CMAKE_INSTALL_PREFIX -- set the install directory for the udpi-plugin. This is the common path to the lib folder containing vpp_plugins and vpp_api_test_plugins folders. Default is /usr/local. - VPP_HOME -- set the directory containing the include and lib directories of vpp. ``` -- cgit 1.2.3-korg