# Installation

  1. Install angusctl tool: Download the angusctl binary, and make it available on your PATH:
   # Depends on your architecture. Currently only linux (arm, x86) is supported
   wget https://download.angusnext.io/angusctl/X64/angusctl
   # OR
   wget https://download.angusnext.io/angusctl/ARM64/angusctl
   chmod +x angusctl
  1. Initialize Angusctl: Set up your environment:
    angusctl init
  2. Login: Log into Angus Center using your registered username and password:
    angusctl login
    

Now you can start using AngusCTL to manage your Angus environment.