@@ -22,40 +22,40 @@ You can also install the `tkn-pac` `tkn-pac` version `0.23.1` binaries for the s
22
22
The binaries are compatible with `tkn` version `0.23.1` .
23
23
====
24
24
25
- In addition, you can install `tkn-pac` using the following methods:
26
-
27
- [CAUTION]
28
- ====
29
- The `tkn-pac` CLI tool available using these methods is _not updated regularly_.
30
- ====
31
-
32
- * Install on Linux or Mac OS using the `brew` package manager:
33
- +
34
- [source,terminal]
35
- ----
36
- $ brew install openshift-pipelines/pipelines-as-code/tektoncd-pac
37
- ----
38
- +
39
- You can upgrade the package by running the following command:
40
- +
41
- [source,terminal]
42
- ----
43
- $ brew upgrade openshift-pipelines/pipelines-as-code/tektoncd-pac
44
- ----
45
-
46
- * Install as a container using `podman` :
47
- +
48
- [source,terminal]
49
- ----
50
- $ podman run -e KUBECONFIG=/tmp/kube/config -v ${HOME} /.kube:/tmp/kube \
51
- -it quay.io/openshift-pipeline/pipelines-as-code tkn-pac help
52
- ----
53
- +
54
- You can also use `docker` as a substitute for `podman` .
55
-
56
- * Install from the GitHub repository using `go` :
57
- +
58
- [source,terminal]
59
- ----
60
- $ go install github.com/openshift-pipelines/pipelines-as-code/cmd/tkn-pac
61
- ----
25
+ // In addition, you can install `tkn-pac` using the following methods:
26
+
27
+ // [CAUTION]
28
+ // ====
29
+ // The `tkn-pac` CLI tool available using these methods is _not updated regularly_.
30
+ // ====
31
+
32
+ // * Install on Linux or Mac OS using the `brew` package manager:
33
+ // +
34
+ // [source,terminal]
35
+ // ----
36
+ // $ brew install openshift-pipelines/pipelines-as-code/tektoncd-pac
37
+ // ----
38
+ // +
39
+ // You can upgrade the package by running the following command:
40
+ // +
41
+ // [source,terminal]
42
+ // ----
43
+ // $ brew upgrade openshift-pipelines/pipelines-as-code/tektoncd-pac
44
+ // ----
45
+
46
+ // * Install as a container using `podman`:
47
+ // +
48
+ // [source,terminal]
49
+ // ----
50
+ // $ podman run -e KUBECONFIG=/tmp/kube/config -v ${HOME}/.kube:/tmp/kube \
51
+ // -it quay.io/openshift-pipeline/pipelines-as-code tkn-pac help
52
+ // ----
53
+ // +
54
+ // You can also use `docker` as a substitute for `podman`.
55
+
56
+ // * Install from the GitHub repository using `go`:
57
+ // +
58
+ // [source,terminal]
59
+ // ----
60
+ // $ go install github.com/openshift-pipelines/pipelines-as-code/cmd/tkn-pac
61
+ // ----
0 commit comments