From 311dba085a7091140d80cef85c796bd60130b81e Mon Sep 17 00:00:00 2001 From: jinshaohui Date: Sat, 18 Sep 2021 22:00:25 +0800 Subject: [PATCH] Update README.md I think ln -s soruce_dir. link_dir,this is wrong. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 39692db..b64655d 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ Then check out this plugin out-of-tree and symlink it in. mkdir ~/src cd ~/src git clone https://github.com/pimvanpelt/lcpng.git -ln -s ~/src/vpp/src/plugins/lcpng ~src/lcpng +ln -s ~src/lcpng ~/src/vpp/src/plugins/lcpng ``` ## Running