diff --git a/README.md b/README.md index f0bf48f..70f4274 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,22 @@ The tool will create two deployments and set up their environment variables, por ## Installation +### Download and install binary + +For mac and linux there is a installation script that can be ran to install the cli. + +**Prerequistes** + +* bash +* curl + +```bash +curl -fsSL https://raw.githubusercontent.com/Phillezi/kthcloud-cli/main/scripts/install.sh | bash + +``` + +### Build it yourself + 1. Clone the repository: ```bash