Skip to content

Commit

Permalink
Update README with distros supported for dnf install
Browse files Browse the repository at this point in the history
Signed-off-by: Chmouel Boudjnah <chmouel@redhat.com>
  • Loading branch information
chmouel authored and tekton-robot committed Sep 17, 2019
1 parent c01da34 commit 255175f
Showing 2 changed files with 22 additions and 4 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -46,8 +46,16 @@ Download the latest binary executable for your operating system:
sudo tar xvzf tkn_0.3.1_Linux_arm64.tar.gz -C /usr/local/bin/ tkn
```

You can also use [@chmouel](https://github.com/chmouel)'s unofficial
copr package repository for the time being.
If you are running on either of those rpm based distros :

* Fedora30
* Fedora31
* Centos7
* EPEL
* RHEL8

you would be able to use [@chmouel](https://github.com/chmouel)'s unofficial copr package
repository by simple do :

```shell
dnf copr enable chmouel/tektoncd-cli
14 changes: 12 additions & 2 deletions tekton/rpmbuild/README.md
Original file line number Diff line number Diff line change
@@ -9,13 +9,23 @@ api to get the latest one.
It uses the docker image from `quay.io/chmouel/rpmbuild`, the Dockerfile is in
this directory.

It uploads it to `https://copr.fedorainfracloud.org/coprs/chmouel/tektoncd-cli/`
to actually use it on your Linux machine you simply have to do (on a recentish distro) :
It uploads it to
`https://copr.fedorainfracloud.org/coprs/chmouel/tektoncd-cli/`. The distros
supported are :

* Epel for CentOS 7
* Fedora 30/31
* RHEL8

You simply have to run this to get it installed

```
dnf copr enable chmouel/tektoncd-cli
dnf install tektoncd-cli
```



USAGE
=====

0 comments on commit 255175f

Please sign in to comment.