Skip to content

Commit 62181cc

Browse files
committed
docs(kubectl-trace): inform about aur package
Signed-off-by: Lorenzo Fontana <[email protected]>
1 parent 3e8de86 commit 62181cc

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.md

+18-1
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,31 @@ of [bpftrace](https://github.com/iovisor/bpftrace) programs in your Kubernetes c
2121

2222
![Screenshot showing the read.bt program for kubectl-trace](docs/img/intro.png)
2323

24-
## Installation
24+
## Installing
25+
26+
### Source
2527

2628
```
2729
go get -u github.com/iovisor/kubectl-trace/cmd/kubectl-trace
2830
```
2931

3032
This will download and compile `kubectl-trace` so that you can use it as a kubectl plugin with `kubectl trace`
3133

34+
### Packages
35+
36+
You can't find the package for your distro of choice?
37+
You are very welcome and encouraged to create it and then [open an issue](https://github.com/iovisor/kubectl-trace/issues/new) to inform us for review.
38+
39+
#### Arch - AUR
40+
41+
The official [PKGBUILD](https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=kubectl-trace-git) is on AUR.
42+
43+
If you use `yay` to manage AUR packages you can do:
44+
45+
```
46+
yay -S kubectl-trace-git
47+
```
48+
3249
## Usage
3350

3451
You don't need to setup anything on your cluster before using it, please don't use it already

0 commit comments

Comments
 (0)