docs: 在导入项目处增加第三条克隆途径,说明了导入的方式,项目设置中提示了文档路径

This commit is contained in:
lhr 2025-03-10 21:25:23 +08:00
parent bcbf5d4bf2
commit 8711832903

View File

@ -80,7 +80,7 @@ NVM全名Node.js Version Manager可以帮助我们更高效地管理不
打开WebStorm后你可以
使用HTTPS协议导入
使用HTTPS协议导入(在左侧任务栏终端中导入)
```shell
git clone https://github.com/MultipledMe/PGuide-Docs.git
@ -93,6 +93,10 @@ git clone https://github.com/MultipledMe/PGuide-Docs.git
git clone git@github.com:MultipledMe/PGuide-Docs.git
```
或者直接在WebStorm上点击“克隆仓库”登录github账号进行导入
导入失败请参考“常见问题及解决方案”
4. 安装项目依赖
安装 pnpm
@ -123,7 +127,7 @@ pnpm run docs:dev
6. 项目设置
将 .cache .temp .public 文件夹设置为排除
将 .cache .temp .public 文件夹设置为排除路径docs/.vuepress/)
@[artPlayer](https://cos.cqmu.online/docs/2025-03-10_03-56-14.mp4)