diff --git a/README.md b/README.md index 33a50b3..4edd6d0 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,8 @@ docker run -it devbox bash # tar the thirdpary cd /depends && tar -zxvf thirdpary.tar.gz cd /'Your Project DIR' && ln -sf /depends/thirdpary thirdpary + # add thirdparty to your cmake `CMAKE_PREFIX_PATH` -``` +```