docs: Update README
This commit is contained in:
parent
5f8fdf9117
commit
076556f09c
@ -57,6 +57,12 @@ cd suno-api
|
|||||||
npm install
|
npm install
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Alternatively, you can use [Docker Compose](https://docs.docker.com/compose/)
|
||||||
|
|
||||||
|
```bash
|
||||||
|
docker compose build && docker compose up
|
||||||
|
```
|
||||||
|
|
||||||
### 3. Configure suno-api
|
### 3. Configure suno-api
|
||||||
|
|
||||||
- If deployed to Vercel, please add an environment variable `SUNO_COOKIE` in the Vercel dashboard, with the value of the cookie obtained in the first step.
|
- If deployed to Vercel, please add an environment variable `SUNO_COOKIE` in the Vercel dashboard, with the value of the cookie obtained in the first step.
|
||||||
|
@ -56,6 +56,12 @@ cd suno-api
|
|||||||
npm install
|
npm install
|
||||||
```
|
```
|
||||||
|
|
||||||
|
或者,你也可以使用 [Docker Compose](https://docs.docker.com/compose/)
|
||||||
|
|
||||||
|
```bash
|
||||||
|
docker compose build && docker compose up
|
||||||
|
```
|
||||||
|
|
||||||
### 3. 配置 suno-api
|
### 3. 配置 suno-api
|
||||||
|
|
||||||
- 如果部署到了 Vercel,请在 Vercel 后台,添加环境变量 `SUNO_COOKIE`,值为第一步获取的 cookie。
|
- 如果部署到了 Vercel,请在 Vercel 后台,添加环境变量 `SUNO_COOKIE`,值为第一步获取的 cookie。
|
||||||
|
Loading…
Reference in New Issue
Block a user