aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorWang Xiang W <xiang.w.wang@intel.com>2019-10-16 09:26:43 -0400
committerWang Xiang W <xiang.w.wang@intel.com>2019-10-16 09:27:05 -0400
commit4ec2e1124a00cd0f7841042a6d90096c77e0a72b (patch)
tree899d0314e9ebbd92a0810b7aecb5f7dce6230480 /README.md
parent6e5bd265d4f8444eba5b181ece713227fafd1934 (diff)
Fix typo in readme
Signed-off-by: Wang Xiang W <xiang.w.wang@intel.com> Change-Id: Ia32fa708dd68a7e0401bfba097ea6a5ed1ed3924
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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.
```