Skip to content

Commit

Permalink
Merge pull request #4 from lampnick/dev
Browse files Browse the repository at this point in the history
add chinese doc and update changelog
  • Loading branch information
Nick authored Dec 16, 2020
2 parents ea49262 + 4f69076 commit 4e19b60
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### v0.2.0
- add pprof
- add chinese readme doc
### v0.1.1
- fix uploaded time err
### v0.1.0
- support html convert to pdf
- support html convert to image
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,13 @@ cd doctron
go run main.go
```

- install doctron using `go get`
```
go get -v github.com/lampnick/doctron
When finished then directly run
doctron
```

## Quick Start
### Html convert to pdf
###### basic
Expand Down
7 changes: 7 additions & 0 deletions README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,13 @@ cd doctron
go run main.go
```

- 使用`go get`安装
```
go get -v github.com/lampnick/doctron
下载完成之后直接运行
doctron
```

## 快速开始
### Html转pdf
###### 基础转换
Expand Down
3 changes: 2 additions & 1 deletion common/const.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
package common

const Version = "0.1.1"
//Version Version
const Version = "0.2.0"

0 comments on commit 4e19b60

Please sign in to comment.