# From the repo rootcd ~/aligned_layer || git clone https://github.com/yetanotherco/aligned_layer.git ~/aligned_layer && cd ~/aligned_layer# Fetch and checkout the target tag (example: v0.19.1; replace as announced)git fetch --tagsgit checkout v0.19.1# Build (example: testnet)make operator_build ENVIRONMENT=testnet# For mainnet:# make operator_build ENVIRONMENT=mainnet
# If you used systemdsudo systemctl restart aligned-operator && journalctl -u aligned-operator -f -o cat# Or run the binary directly with your config./operator/build/aligned-operator --config <path_to_config.toml>