From cc899dd96b338d55eb925de7548ab44baefd08ac Mon Sep 17 00:00:00 2001 From: renpeipei-realtek <77144390+renpeipei-realtek@users.noreply.github.com> Date: Thu, 12 Sep 2024 15:07:56 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 66596bb..f5d62a6 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,8 @@ On Linux, please install packages for the GCC environment. * Use command `apt-get install bc` to install "bc". # Configure the Project -* For general configurations, you can configure the options in "platform_opts.h". -* For BT configurations, you can configure the options in "platform_opts_bt.h". +* For general configurations, you can configure the options in "/project/.../GCC-RELEASE/platform_opts.h". +* For BT configurations, you can configure the options in "/project/.../GCC-RELEASE/platform_opts_bt.h". # Compile the Project 1) Open the Cygwin Terminal or Linux terminal.