diff --git a/README.md b/README.md index 0556dcfc9..ee276939c 100755 --- a/README.md +++ b/README.md @@ -26,13 +26,13 @@ ### 下载最新的 Halo 安装包 ```bash -curl -L https://github.com/halo-dev/halo/releases/download/v1.0.0-beta.9/halo-1.0.0-beta.9.jar --output halo-latest.jar +curl -L https://github.com/halo-dev/halo/releases/download/v1.0.0/halo-1.0.0.jar --output halo-latest.jar ``` 或者 ```bash -wget https://github.com/halo-dev/halo/releases/download/v1.0.0-beta.9/halo-1.0.0-beta.9.jar -O halo-latest.jar +wget https://github.com/halo-dev/halo/releases/download/v1.0.0/halo-1.0.0.jar -O halo-latest.jar ``` ### 启动 Halo