Skip to content

Commit 64e060c

Browse files
authored
Merge pull request #85570 from kaldesai/SRVLOGIC-401-OSL
PR for SRVLOGIC-401: Added additional resources section in the kn workflow plugin installation guide.
2 parents 29c79a1 + 13e9ec6 commit 64e060c

4 files changed

+13
-20
lines changed

modules/serverless-logic-install-kn-workflow-artifact-images.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
.Prerequisites
1010

11-
* You have installed the Knative (`kn`) CLI.
11+
* You have installed the Knative (`kn`) CLI. For more information, see the xref:../install/installing-kn.adoc#installing-kn[Installing the Knative CLI] documentation.
1212
* You have installed Podman on your local machine.
1313
1414
.Procedure

modules/serverless-logic-install-kn-workflow-binary-file-linux.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
[id="serverless-logic-install-kn-workflow-binary-file-linux_{context}"]
77
= Installing the {ServerlessLogicProductName} Knative Workflow plugin for Linux
88

9-
If you are using a Linux distribution that does not have RPM or another package manager installed, you can install the Knative Workflow plugin.
9+
If you are using a Linux distribution that does not have RPM or another package manager installed, you can install the Knative Workflow plugin as a binary file.
1010

1111
.Prerequisites
1212

13-
* You have installed the xref:../install/installing-kn.adoc#installing-kn[Knative (`kn`) command-line interface (CLI)].
13+
* You have installed the Knative (`kn`) command-line interface (CLI). For more information, see the xref:../install/installing-kn.adoc#installing-kn[Installing the Knative CLI] documentation.
1414
1515
* If you are not using {op-system-base} or Fedora, ensure that the *libc* library is installed in a directory on your path.
1616
+
@@ -48,14 +48,14 @@ $ mv <filename> kn-workflow
4848
+
4949
[source,terminal]
5050
----
51-
$ chmod +x /usr/local/bin/kn-workflow
51+
$ chmod +x <path/to/downloaded/kn-workflow>
5252
----
5353
54-
.. Copy the `kn-workflow` binary file to a directory in the `/usr/local/bin` path by running the following command:
54+
.. Move the `kn-workflow` binary file to the `/usr/local/bin`, or a directory on your `PATH` by running the following command:
5555
+
5656
[source,terminal]
5757
----
58-
$ cp <path/to/downloaded/kn-workflow> /usr/local/bin/kn-workflow
58+
$ mv <path/to/downloaded/kn-workflow> /usr/local/bin/kn-workflow
5959
----
6060
6161
.Verification

modules/serverless-logic-install-kn-workflow-binary-file-macos.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ On macOS, some systems might block the application from running due to security
1515

1616
.Prerequisites
1717

18-
* You have installed the xref:../install/installing-kn.adoc#installing-kn[Knative (`kn`) command-line interface (CLI)].
18+
* You have installed the Knative (`kn`) command-line interface (CLI). For more information, see the xref:../install/installing-kn.adoc#installing-kn[Installing the Knative CLI] documentation.
1919
2020
.Procedure
2121

@@ -41,14 +41,14 @@ $ mv <filename> kn-workflow
4141
+
4242
[source,terminal]
4343
----
44-
$ chmod +x /usr/local/bin/kn-workflow
44+
$ chmod +x <path/to/downloaded/kn-workflow>
4545
----
4646

47-
.. Copy the `kn-workflow` binary file to a directory in the `/usr/local/bin` path by running the following command:
47+
.. Move the `kn-workflow` binary file to the `/usr/local/bin`, or a directory on your `PATH` by running the following command:
4848
+
4949
[source,terminal]
5050
----
51-
$ cp <path/to/downloaded/kn-workflow> /usr/local/bin/kn-workflow
51+
$ mv <path/to/downloaded/kn-workflow> /usr/local/bin/kn-workflow
5252
----
5353

5454
.Verification

modules/serverless-logic-install-kn-workflow-binary-file-windows.adoc

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
[id="serverless-logic-install-kn-workflow-binary-file-windows_{context}"]
77
= Installing the {ServerlessLogicProductName} Knative Workflow plugin for Windows
88

9-
If you are using Windows, you can install the Knative Workflow plugin.
9+
If you are using Windows, you can install the Knative Workflow plugin as a binary file.
1010

1111
.Prerequisites
1212

13-
* You have installed the xref:../install/installing-kn.adoc#installing-kn[Knative (`kn`) command-line interface (CLI)].
13+
* You have installed the Knative (`kn`) command-line interface (CLI). For more information, see the xref:../install/installing-kn.adoc#installing-kn[Installing the Knative CLI] documentation.
1414
1515
.Procedure
1616

@@ -34,14 +34,7 @@ $ Rename-Item -Path <destination>\<filename>.exe -NewName kn-workflow.exe
3434
+
3535
On Windows, files with a `.exe` extension are treated as executable by default, so you do not need to change permissions.
3636

37-
.. Move the `kn-workflow.exe` file to a directory in your `PATH` by running the following command:
38-
+
39-
[source,terminal]
40-
----
41-
$ move C:\path\to\kn-workflow.exe "C:\Program Files"
42-
----
43-
44-
.. Copy the `kn-workflow` binary file to a directory in your `PATH` by running the following command:
37+
* Copy the `kn-workflow` binary file to a directory in your `PATH` by running the following command:
4538
+
4639
[source,terminal]
4740
----

0 commit comments

Comments
 (0)