#Installation
Calcagebra is compiled in the form of a single binary at release. To install calcagebra all you need to do is download the binary for the desired OS and make sure it is in path. To download the latest binary for your operating system, run the following command in your terminal:
$URL = "https://github.com/megatank58/calcagebra/releases/latest/download/calcagebra.exe" $FILE = "calcagebra.exe" Invoke-WebRequest $URL -OutFile $FILE
$curl --proto '=https' --tlsv1.2 -sSf https://github.com/megatank58/calcagebra/releases/latest/download/calcagebra-darwin -o calcagebra
$curl --proto '=https' --tlsv1.2 -sSf https://github.com/megatank58/calcagebra/releases/latest/download/calcagebra -o calcagebra
Next you need to add the binary to your path. After doing so we can move to the next stage where we learn how to use calcagebra.