Move heroku button to badge for consistency

This commit is contained in:
Radhi Fadlillah 2019-09-26 16:31:32 +07:00
parent 7688990ea1
commit 035658d405
1 changed files with 1 additions and 13 deletions

View File

@ -2,6 +2,7 @@
[![Go Report Card](https://goreportcard.com/badge/github.com/go-shiori/shiori)](https://goreportcard.com/report/github.com/go-shiori/shiori)
[![Docker Image](https://img.shields.io/static/v1?label=image&message=Docker&color=1488C6&logo=docker)](https://hub.docker.com/r/radhifadlillah/shiori)
[![Deploy Heroku](https://img.shields.io/static/v1?label=deploy&message=Heroku&color=430098&logo=heroku)](https://heroku.com/deploy)
[![Donate PayPal](https://img.shields.io/static/v1?label=donate&message=PayPal&color=00457C&logo=paypal)](https://www.paypal.me/RadhiFadlillah)
[![Donate Ko-fi](https://img.shields.io/static/v1?label=donate&message=Ko-fi&color=F16061&logo=ko-fi)](https://ko-fi.com/radhifadlillah)
@ -23,19 +24,6 @@ Shiori is a simple bookmarks manager written in Go language. Intended as a simpl
![Comparison of reader mode and archive mode](https://raw.githubusercontent.com/go-shiori/shiori/master/docs/readme/comparison.png)
## Deploying to Heroku
```sh
$ heroku create
$ git push heroku master
$ heroku open
```
or
[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)
## Documentation
All documentation is available in [wiki](https://github.com/RadhiFadlillah/shiori/wiki). If you think there are incomplete or incorrect information, feels free to edit it.