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
```
JohnNiang-patch-1
Ryan Wang 1 year ago committed by GitHub
parent 11384757c9
commit d937472224
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

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

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

Loading…
Cancel
Save