#
Installation
- 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
- Initialize Angusctl: Set up your environment:
angusctl init
- Login: Log into Angus Center using your registered username and password:
angusctl login
Now you can start using AngusCTL to manage your Angus environment.