From 2d2454b65b5b1fbda3284a2fb3100271e4af3b80 Mon Sep 17 00:00:00 2001 From: Vinlic Date: Thu, 11 Apr 2024 15:03:04 +0800 Subject: [PATCH] update README --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 64cf7e6..9bede60 100644 --- a/README.md +++ b/README.md @@ -174,9 +174,15 @@ services: **注意:Vercel免费账户的请求响应超时时间为10秒,但接口响应通常较久,可能会遇到Vercel返回的504超时错误!** -点击按钮快速部署: +请先确保安装了Node.js环境。 -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/LLM-Red-Team/kimi-free-api) +```shell +npm i -g vercel --registry http://registry.npmmirror.com +vercel login +git clone https://github.com/LLM-Red-Team/kimi-free-api +cd kimi-free-api +vercel --prod +``` ## 原生部署