mirror of
https://github.com/minio/docs.git
synced 2025-04-25 17:22:39 +03:00
1001 B
1001 B
..start-kes-download-desc
Download the binary of the latest stable KES release () from github.com/minio/kes <kes/releases/>
.
Select the tab corresponding to the architecture for your MacOS hardware. The command downloads the binary for that architecture, sets it to executable, and adds it to your system PATH.
ARM64 (Apple Silicon)
curl -O https://github.com/minio/kes/releases/download/|kes-stable|/kes-darwin-arm64
chmod +x ./kes-darwin-arm64
sudo mv ./kes-darwin-arm64 /usr/local/bin/kes
AMD64 (Intel)
curl -O https://github.com/minio/kes/releases/download/|kes-stable|/kes-darwin-amd64
chmod +x ./kes-darwin-amd64
sudo mv ./kes-darwin-amd64 /usr/local/bin/kes