Skip to content

Commit 17e2ff5

Browse files
committed
Improve README
1 parent 011153d commit 17e2ff5

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

.github/images/card.svg

+5
Loading

.github/images/license.svg

+1
Loading

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
<p align="center"><a href="#readme"><img src="https://gh.kaos.st/jira-reindex-runner.svg"/></a></p>
1+
<p align="center"><a href="#readme"><img src=".github/images/card.svg"/></a></p>
22

33
<p align="center">
44
<a href="https://kaos.sh/w/jira-reindex-runner/ci"><img src="https://kaos.sh/w/jira-reindex-runner/ci.svg" alt="GitHub Actions CI Status" /></a>
55
<a href="https://kaos.sh/r/jira-reindex-runner"><img src="https://kaos.sh/r/jira-reindex-runner.svg" alt="GoReportCard" /></a>
66
<a href="https://kaos.sh/b/jira-reindex-runner"><img src="https://kaos.sh/b/6eb7ec23-d693-4d48-bec2-a50adc82b432.svg" alt="Codebeat badge" /></a>
77
<a href="https://kaos.sh/w/jira-reindex-runner/codeql"><img src="https://kaos.sh/w/jira-reindex-runner/codeql.svg" alt="GitHub Actions CodeQL Status" /></a>
8-
<a href="#license"><img src="https://gh.kaos.st/apache2.svg"></a>
8+
<a href="#license"><img src=".github/images/license.svg"/></a>
99
</p>
1010

11-
<p align="center"><a href="#installation">Installation</a> • <a href="#usage">Usage</a> • <a href="#build-status">Build Status</a> • <a href="#contributing">Contributing</a> • <a href="#license">License</a></p>
11+
<p align="center"><a href="#installation">Installation</a> • <a href="#usage">Usage</a> • <a href="#ci-status">CI Status</a> • <a href="#contributing">Contributing</a> • <a href="#license">License</a></p>
1212

1313
<br/>
1414

@@ -46,20 +46,20 @@ Using this endpoint, our app can check if re-index is required and run it.
4646

4747
#### From source
4848

49-
Make sure you have a working Go 1.19+ workspace ([instructions](https://go.dev/doc/install)), then:
49+
Make sure you have a working Go 1.21+ workspace ([instructions](https://go.dev/doc/install)), then:
5050

5151
```
52-
go install github.com/essentialkaos/jira-reindex-runner
52+
go install github.com/essentialkaos/jira-reindex-runner@latest
5353
```
5454

55-
#### From [ESSENTIAL KAOS Public Repository](https://pkgs.kaos.st)
55+
#### From [ESSENTIAL KAOS Public Repository](https://kaos.sh/kaos-repo)
5656

5757
```bash
5858
sudo yum install -y https://pkgs.kaos.st/kaos-repo-latest.el$(grep 'CPE_NAME' /etc/os-release | tr -d '"' | cut -d':' -f5).noarch.rpm
5959
sudo yum install jira-reindex-runner
6060
```
6161

62-
### Build Status
62+
### CI Status
6363

6464
| Branch | Status |
6565
|--------|----------|

0 commit comments

Comments
 (0)