We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8202626 commit 8d8dac9Copy full SHA for 8d8dac9
README.md
@@ -11,9 +11,9 @@
11
12
**有问题请开issue,好用请点star**
13
14
-## 关于每个模板的文件夹结构
+## 请注意,此仓库内的模板仅在Linux环境(linux/amd64)下进行测试并保证可用性,如果为windows(windows/amd64)或者macos(linux/arm)等其他架构,不保证不会出问题😔
15
16
-### 主要结构
+## 关于每个模板内的文件内容
17
18
这里以 `crypto-python_3.8-no_socket` 模板为例
19
@@ -67,6 +67,8 @@ sed -i ""s/\r//"" docker-entrypoint.sh
67
68
建议直接在linux下执行 `git clone` 操作,或者直接从github下载zip版本的源码,避免一些奇奇怪怪的编码问题
69
70
+请注意,`sed`指令在`unix(macos)`下的预期执行效果与`linux`下的预期执行效果不同
71
+
72
## 如有其他问题
73
74
欢迎直接提issue,一般于三个工作日内就能有回复,也请遇到问题的时候能提供当前的整体题目文件,以及具体的报错/信息
0 commit comments