|
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> |
2 | 2 |
|
3 | 3 | <p align="center">
|
4 | 4 | <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>
|
5 | 5 | <a href="https://kaos.sh/r/jira-reindex-runner"><img src="https://kaos.sh/r/jira-reindex-runner.svg" alt="GoReportCard" /></a>
|
6 | 6 | <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>
|
7 | 7 | <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> |
9 | 9 | </p>
|
10 | 10 |
|
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> |
12 | 12 |
|
13 | 13 | <br/>
|
14 | 14 |
|
@@ -46,20 +46,20 @@ Using this endpoint, our app can check if re-index is required and run it.
|
46 | 46 |
|
47 | 47 | #### From source
|
48 | 48 |
|
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: |
50 | 50 |
|
51 | 51 | ```
|
52 |
| -go install github.com/essentialkaos/jira-reindex-runner |
| 52 | +go install github.com/essentialkaos/jira-reindex-runner@latest |
53 | 53 | ```
|
54 | 54 |
|
55 |
| -#### From [ESSENTIAL KAOS Public Repository](https://pkgs.kaos.st) |
| 55 | +#### From [ESSENTIAL KAOS Public Repository](https://kaos.sh/kaos-repo) |
56 | 56 |
|
57 | 57 | ```bash
|
58 | 58 | 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
|
59 | 59 | sudo yum install jira-reindex-runner
|
60 | 60 | ```
|
61 | 61 |
|
62 |
| -### Build Status |
| 62 | +### CI Status |
63 | 63 |
|
64 | 64 | | Branch | Status |
|
65 | 65 | |--------|----------|
|
|
0 commit comments