Skip to content

Commit

Permalink
opt: edit readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gaowei committed Jul 3, 2022
1 parent 88283a1 commit 2f31bc2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

2. 解压
```shell
tar zxf markdown-blog-v0.0.1-linux-arm64.tar.gz
tar zxf markdown-blog-v0.0.2-linux-arm64.tar.gz
```

3. 创建 markdown 文件目录
Expand Down Expand Up @@ -132,13 +132,13 @@ server {
```
5. 打包
> 在 markdown-blog-package 生成当前系统的压缩包 markdown-blog-v0.0.1-darwin-arm64.tar
> 在 markdown-blog-package 生成当前系统的压缩包 markdown-blog-v0.0.2-darwin-arm64.tar
```shell
make package
```
6. 生成 Windows、Linux、Mac 的压缩包
> 在 markdown-blog-package 生成压缩包 markdown-blog-v0.0.1-darwin-arm64.tar markdown-blog-v0.0.1-linux-arm64.tar.gz markdown-blog-v0.0.1-windows-arm64.zip
> 在 markdown-blog-package 生成压缩包 markdown-blog-v0.0.2-darwin-arm64.tar markdown-blog-v0.0.2-linux-arm64.tar.gz markdown-blog-v0.0.2-windows-arm64.zip
```shell
make package-all
```
Expand Down

0 comments on commit 2f31bc2

Please sign in to comment.