docs: add downloadPluginPresets step for build documentation (#243)

完善开发环境构建的文章,添加下载预设插件的步骤。

Fixes #242 
Ref https://github.com/halo-dev/halo/issues/4418#issuecomment-1677354115

/kind documentation

```release-note
None
```
This commit is contained in:
Ryan Wang
2023-08-21 06:42:12 -05:00
committed by GitHub
parent 11384757c9
commit d937472224
3 changed files with 36 additions and 0 deletions

View File

@@ -69,6 +69,18 @@ pnpm build
cd path/to/halo
```
下载预设插件:
```bash
# Windows
./gradlew.bat downloadPluginPresets
# macOS / Linux
./gradlew downloadPluginPresets
```
构建:
```bash
# Windows
./gradlew.bat clean build -x check

View File

@@ -69,6 +69,18 @@ pnpm build
cd path/to/halo
```
下载预设插件:
```bash
# Windows
./gradlew.bat downloadPluginPresets
# macOS / Linux
./gradlew downloadPluginPresets
```
构建:
```bash
# Windows
./gradlew.bat clean build -x check

View File

@@ -69,6 +69,18 @@ pnpm build
cd path/to/halo
```
下载预设插件:
```bash
# Windows
./gradlew.bat downloadPluginPresets
# macOS / Linux
./gradlew downloadPluginPresets
```
构建:
```bash
# Windows
./gradlew.bat clean build -x check