diff --git a/README.md b/README.md index 7db0c50e..f426eb1f 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ Menu configuration is supported for easy integration of runtime components and a ``` cd wamr-sdk -./menuconfig.sh +./build_sdk.sh -i -n [profile name] ``` wamr build menu configuration @@ -141,7 +141,7 @@ simple/ └── lib ``` -The tool **build_sdk.sh** can be also directly executed by passing the configuration arguments, which is how each WAMR sample project builds the WAMR SDK for its own building profile. + ### Use Runtime SDK diff --git a/doc/pics/wamr_menu_config.png b/doc/pics/wamr_menu_config.png index 82762aa3..c8540958 100644 Binary files a/doc/pics/wamr_menu_config.png and b/doc/pics/wamr_menu_config.png differ