We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9308be1 commit aaa1cfdCopy full SHA for aaa1cfd
1 file changed
docs/cli/quick-start-guide.md
@@ -4,13 +4,14 @@ This short guide explains how to use a prebuilt `ap` binary so you can run the C
4
5
- Install the binary: put the file on your `PATH`. For example:
6
7
- - macOS / Linux:
8
9
- Extract the zip to a local bin directory and add it to your `PATH`.
+ - macOS / Linux:
10
11
- - Windows:
+ Extract the zip to a local bin directory and add it to your `PATH`.
12
13
- Place `ap.exe` in a folder that's included in your `%PATH%` (for example `%USERPROFILE%\bin`) or add its folder to your PATH.
+ - Windows:
+
14
+ Place `ap.exe` in a folder that's included in your `%PATH%` (for example `%USERPROFILE%\bin`) or add its folder to your PATH.
15
16
- Gateway credentials: export `WSO2AP_GW_USERNAME` and `WSO2AP_GW_PASSWORD` before running controller commands.
17
0 commit comments