diff --git a/README.md b/README.md index bbdf976f..dd952071 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ The performance of hotword detection usually depends on the actual environment, # Copy the patch file to the root directory of Alexa AVS sample app. Please replace $ALEXA_AVS_SAMPLE_APP_PATH with the actual path where you # cloned the Alexa AVS sample app repository, and replace $SNOWBOY_ROOT_PATH with the actual path where you clone the Snowboy repository cd $ALEXA_AVS_SAMPLE_APP_PATH -cp $SNOWBOY_PATH/resource/alexa/alexa-avs-sample-app/avs-kittai.patch ./ +cp $SNOWBOY_PATH/resources/alexa/alexa-avs-sample-app/avs-kittai.patch ./ # Apply the patch, this will modify the scripts setup.sh and pi.sh patch < avs-kittai.patch