From 6dd5ba85b5701c2108007540be7b7e959d85094b Mon Sep 17 00:00:00 2001 From: sakura Date: Tue, 23 Mar 2021 15:36:58 +0800 Subject: [PATCH] Update README.md correct the wrong path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 15656ea26..2e8f479f3 100644 --- a/README.md +++ b/README.md @@ -432,7 +432,7 @@ We provid two `.config` and `fit_config.h ` samples for the `1P-1M-1S` setting. - `cp Documentation/configs/1P-1M-1S-Memory .config` - `make` - Storage - - `cp Documentation/configs-1P-1M-1S-fit_config.h linux-modules/fit/fit_config.h` + - `cp Documentation/configs-1P-1M-1S/fit_config.h linux-modules/fit/fit_config.h` - `cd linux-modules` - `make`