Skip to content

Commit

Permalink
fix: reference link
Browse files Browse the repository at this point in the history
  • Loading branch information
idootop committed May 21, 2024
1 parent df52901 commit 4061b44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@

## 🚀 启动项目

`MiGPT` 有两种启动方式: [Docker](#-docker)[Node.js](#-Node.js)
`MiGPT` 有两种启动方式: [Docker](#docker)[Node.js](#nodejs)

### Docker

[![Docker Image Version](https://img.shields.io/docker/v/idootop/mi-gpt?color=%23086DCD&label=docker%20image)](https://hub.docker.com/r/idootop/mi-gpt)

对于电脑小白或者不想自己配置代码运行环境(Node)的同学,可以使用 Docker 启动方式。

请先按照[「配置参数」](#配置参数)章节,配置好你的 `.env``.migpt.js` 文件。然后使用以下命令启动 docker:
请先按照[「配置参数」](#%EF%B8%8F-配置参数)章节,配置好你的 `.env``.migpt.js` 文件。然后使用以下命令启动 docker:

```shell
docker run -d --env-file $(pwd)/.env \
Expand All @@ -45,7 +45,7 @@ docker run -d --env-file $(pwd)/.env \
npm install mi-gpt # 安装依赖
```

然后,创建并启动 `MiGPT` 实例。初始化参数请看下面的[「配置参数」](#配置参数)章节。
然后,创建并启动 `MiGPT` 实例。初始化参数请看下面的[「配置参数」](#%EF%B8%8F-配置参数)章节。

```typescript
import { MiGPT } from "mi-gpt";
Expand Down

0 comments on commit 4061b44

Please sign in to comment.