File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " doc-previewer"
3- version = " 0.3.1 "
3+ version = " 0.3.2 "
44edition = " 2021"
55description = " Web service that publishes a preview of a GitHub project documentation."
66license = " 3bsd"
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ Currently only packages for Debian are provided. The package can be installed
6161using the next command:
6262
6363` ` `
64- curl -sLO https://github.com/pandas-dev/github-doc-previewer/releases/download/v0.3.0 /doc-previewer_0.3.1-1_amd64.deb \
64+ curl -sLO https://github.com/pandas-dev/github-doc-previewer/releases/download/v0.3.1 /doc-previewer_0.3.1-1_amd64.deb \
6565 && sudo dpkg -i doc-previewer_0.3.1-1_amd64.deb \
6666 && rm doc-previewer_0.3.1-1_amd64.deb
6767```
You can’t perform that action at this time.
0 commit comments