Prechádzať zdrojové kódy

fix iwasm build path (#8)

Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Eric Engestrom 6 rokov pred
rodič
commit
13db1976af
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -54,7 +54,7 @@ sudo apt-get install g++-multilib
 ```
 ```
 After installing dependencies, build the source code:
 After installing dependencies, build the source code:
 ``` Bash
 ``` Bash
-cd products/linux/
+cd core/iwasm/products/linux/
 mkdir build
 mkdir build
 cd build
 cd build
 cmake ..
 cmake ..