From f6fb133c23925e7a99dfd1f72a05d44de810694f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8F=A9?= <1939311091@qq.com> Date: Mon, 4 Sep 2023 18:54:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cd94144..9d6bfd9 100644 --- a/README.md +++ b/README.md @@ -187,6 +187,7 @@ chmod +x build.sh chmod +x run.sh ./run.sh ``` +如果你是将项目克隆到Windows系统里,再转移到Ubuntu系统里,很可能会遇到Windows和Linux换行不兼容的问题,建议先执行命令`sed -i -e 's/\r$//' build.sh run.sh`,再执行上述命令。 ## 11.运行测试 ```bash cd test