Skip to content

Commit 0ed955d

Browse files
committed
Fix typo in documents (#3473)
1 parent 2b353bc commit 0ed955d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

gitbook/basics/getting-started/host_prerequsites.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ apt-get update \
1111
libgcc-9-dev lib32gcc-9-dev lsb-release \
1212
ninja-build ocaml ocamlbuild python2.7 \
1313
software-properties-common tree tzdata \
14-
unzip valgrind vim wget zip --no-install-recommen
14+
unzip valgrind vim wget zip --no-install-recommends
1515
```
1616

1717
Then install CMake and wasi-sdk-16.0

gitbook/basics/getting-started/on_host.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ make
1414
Then you are ready to go to the directory that contains the hello world program and copy our iwasm vmcore
1515

1616
```sh
17-
cp iwasm ../../app-samples/hello-world
17+
cp iwasm ../../../app-samples/hello-world
1818
cd ${WAMR-dir}/product-mini/app-samples/hello-world
1919
./build.sh
2020
```

0 commit comments

Comments
 (0)