update README
This commit is contained in:
父節點
656427e444
當前提交
dfc08cbe75
@ -2,6 +2,8 @@
|
||||
|
||||
Slader遗产
|
||||
|
||||
Demo:<https://slader-legacy.skyju.cc/>
|
||||
|
||||
```bash
|
||||
git clone https://git.sduonline.cn/juzheng/slader-legacy.git && cd slader-legacy/
|
||||
|
||||
@ -24,5 +26,10 @@ vim .env # 编辑配置
|
||||
pnpm i
|
||||
pnpm run build
|
||||
mv dist/* /path/to/your/www/
|
||||
|
||||
# nginx 路由配置示例
|
||||
location / {
|
||||
try_files $uri $uri/ /index.html;
|
||||
}
|
||||
```
|
||||
|
||||
|
載入中…
x
新增問題並參考
Block a user