Skip to content

Commit 341eeed

Browse files
committed
2 parents c2cc1bb + 316d920 commit 341eeed

4 files changed

Lines changed: 14 additions & 2 deletions

File tree

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<a href="https://github.com/techguy16/LinStore/stargazers"><img src="https://img.shields.io/github/stars/techguy16/LinStore"></a>
88
<a href="https://github.com/techguy16/LinStore/network/members"><img src="https://img.shields.io/github/forks/techguy16/LinStore"></a>
99
<a href="https://github.com/techguy16/LinStore/pulls"><img src="https://img.shields.io/github/issues-pr/techguy16/LinStore"></a>
10-
<a href="https://github.com/techguy16/LinStore/issues?q=is%3Aopen"><img src="https://img.shields.io/github/issues/techguy16/LinStore">
10+
<a href="https://github.com/techguy16/LinStore/issues?q=is%3Aopen"><img src="https://img.shields.io/github/issues/techguy16/LinStore"></a>
1111
</p>
1212

1313
<p align="center">
@@ -78,3 +78,16 @@ LinStore has the ability to install non-package apps from Pi-Apps. <br><br>To do
7878
<br><br>
7979
<code>install_package</code> and <code>remove_package</code> are separate scripts, unlike Pi-Apps which uses a large script (<code>manage</code>) for everything.
8080

81+
### LinStore badges
82+
83+
If you have an app listed on LinStore, consider adding a badge to your README to show appreciation!
84+
85+
[<img src='https://github.com/techguy16/LinStore/blob/main/images/badge.png?raw=true' align=right height=50>](https://github.com/techguy16/LinStore)
86+
```markdown
87+
[<img src='https://github.com/techguy16/LinStore/blob/main/images/badge.png?raw=true' align=right>](https://github.com/techguy16/LinStore)
88+
```
89+
90+
[<img src='https://github.com/techguy16/LinStore/blob/main/images/badge-light.png?raw=true' align=right height=50>](https://github.com/techguy16/LinStore)
91+
```markdown
92+
[<img src='https://github.com/techguy16/LinStore/blob/main/images/badge-light.png?raw=true' align=right>](https://github.com/techguy16/LinStore)
93+
```

gui

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ read_categories() {
139139
done
140140
}
141141

142-
143142
get_app_description() {
144143
app_name="$1"
145144
description_file="apps/$app_name/description"

images/badge-light.png

13 Bytes
Loading

images/badge.png

-3 Bytes
Loading

0 commit comments

Comments
 (0)