Skip to content

Commit

Permalink
docs: update pnpm package version
Browse files Browse the repository at this point in the history
  • Loading branch information
moonrailgun committed Jun 11, 2024
1 parent eb6dff1 commit 8162a3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions website/docs/deployment/cdn.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ In order to compile the front-end code separately, you need to download the sour
git clone https://github.com/msgbyte/tailchat.git
cd tailchat

# You can switch between different distributions by git checkout v1.8.8
# You can switch between different distributions by git, for example: git checkout v1.8.8

pnpm install # You need to use `pnpm` to install dependencies, using other package management tools may cause problems
pnpm install # You need to use `pnpm` to install dependencies, using other package management tools may cause problems. and you should use pnpm@8 because here is some break change in pnpm@9
```

Wait patiently for dependencies to be installed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cd tailchat

# 你可以通过 git checkout v1.8.8 来切换不同的发行版本

pnpm install # 你需要使用 `pnpm` 来安装依赖,使用其他的包管理工具可能会出现问题
pnpm install # 你需要使用 `pnpm` 来安装依赖,使用其他的包管理工具可能会出现问题. 另外你最好使用 pnpm@8 来进行安装,因为pnpm@9有一些不兼容的改动
```

耐心等待依赖安装完毕
Expand Down

0 comments on commit 8162a3c

Please sign in to comment.