Create README.CN.md
This commit is contained in:
parent
2317354e66
commit
db5e0d003c
12
server/README.CN.md
Normal file
12
server/README.CN.md
Normal file
@ -0,0 +1,12 @@
|
||||
# SFIS - 一个可扩展的静态文件索引生成器
|
||||
[网站](https://sfis.wangzhiyu.ga/)
|
||||
[预览](https://sfis-eg.vercel.app)
|
||||
# 快速开始
|
||||
该程序本身依赖于 Python 3.x 运行环境
|
||||
``` bash
|
||||
python3 -m pip install Markdown pyyaml fire
|
||||
git clone https://github.com/david-ajax/sfis/
|
||||
cd sfis
|
||||
python3 main.py
|
||||
```
|
||||
此脚本将使用 Git 克隆该仓库的代码并创建一个默认的 SFIS 容器
|
Reference in New Issue
Block a user