mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 00:48:35 +00:00
show dependency stats on readme
This commit is contained in:
parent
5aeb9c4c9c
commit
a828bd2cea
1 changed files with 3 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<h1 align="center">
|
||||
<img width="300px" src="assets/logo.png" />
|
||||
|
||||
[![CI][s0]][l0] [![crates][s1]][l1] ![MIT][s2] [![UNSAFE][s3]][l3] [![ITCH][s4]][l4] [![DISC][s5]][l5] [![TWEET][s6]][l6]
|
||||
[![CI][s0]][l0] [![crates][s1]][l1] ![MIT][s2] [![UNSAFE][s3]][l3] [![ITCH][s4]][l4] [![DISC][s5]][l5] [![TWEET][s6]][l6] [![dep_status][s7]][l7]
|
||||
|
||||
</h1>
|
||||
|
||||
|
|
@ -18,6 +18,8 @@
|
|||
[l5]: https://discord.gg/7TGFfuq
|
||||
[s6]: https://img.shields.io/twitter/follow/extrawurst?label=follow&style=social
|
||||
[l6]: https://twitter.com/intent/follow?screen_name=extrawurst
|
||||
[s7]: https://deps.rs/repo/github/extrawurst/gitui/status.svg
|
||||
[l7]: https://deps.rs/repo/github/extrawurst/gitui
|
||||
|
||||
<h5 align="center">GitUI provides you with the comfort of a git GUI but right in your terminal</h1>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue