diff --git a/README.md b/README.md index 8efb554d..ec7b29f8 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ sudo apt-get install g++-multilib ``` After installing dependencies, build the source code: ``` Bash -cd products/linux/ +cd core/iwasm/products/linux/ mkdir build cd build cmake ..