Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions en/docs/apiops/cli/getting-started-with-wso2-api-controller.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

1. Download **apictl** based on your preferred platform (i.e., Mac, Windows, Linux).

- [For Mac with Intel Chip](https://github.com/wso2/product-apim-tooling/releases/download/v4.6.1/apictl-4.6.1-darwin-amd64.tar.gz)
- [For Mac with Apple Silicon](https://github.com/wso2/product-apim-tooling/releases/download/v4.6.1/apictl-4.6.1-darwin-arm64.tar.gz)
- [For Linux 32-bit](https://github.com/wso2/product-apim-tooling/releases/download/v4.6.1/apictl-4.6.1-linux-i586.tar.gz)
- [For Linux 64-bit with AMD processor](https://github.com/wso2/product-apim-tooling/releases/download/v4.6.1/apictl-4.6.1-linux-amd64.tar.gz)
- [For Linux 64-bit with ARM processor](https://github.com/wso2/product-apim-tooling/releases/download/v4.6.1/apictl-4.6.1-linux-arm64.tar.gz)
- [For Windows 32-bit](https://github.com/wso2/product-apim-tooling/releases/download/v4.6.1/apictl-4.6.1-windows-i586.zip)
- [For Windows 64-bit](https://github.com/wso2/product-apim-tooling/releases/download/v4.6.1/apictl-4.6.1-windows-x64.zip)
- [For Mac with Intel Chip](https://github.com/wso2/product-apim-tooling/releases/download/v4.6.4/apictl-4.6.4-darwin-amd64.tar.gz)
- [For Mac with Apple Silicon](https://github.com/wso2/product-apim-tooling/releases/download/v4.6.4/apictl-4.6.4-darwin-arm64.tar.gz)
- [For Linux 32-bit](https://github.com/wso2/product-apim-tooling/releases/download/v4.6.4/apictl-4.6.4-linux-i586.tar.gz)
- [For Linux 64-bit with AMD processor](https://github.com/wso2/product-apim-tooling/releases/download/v4.6.4/apictl-4.6.4-linux-amd64.tar.gz)
- [For Linux 64-bit with ARM processor](https://github.com/wso2/product-apim-tooling/releases/download/v4.6.4/apictl-4.6.4-linux-arm64.tar.gz)
- [For Windows 32-bit](https://github.com/wso2/product-apim-tooling/releases/download/v4.6.4/apictl-4.6.4-windows-i586.zip)
- [For Windows 64-bit](https://github.com/wso2/product-apim-tooling/releases/download/v4.6.4/apictl-4.6.4-windows-x64.zip)

2. Extract the downloaded archive of the apictl to the desired location.
3. Navigate to the working directory where the executable apictl resides.
Expand Down