Extracting Packages
You will receive a .tar.gz package, such as apifort-1.3.2.tar.gz. Follow these steps to extract it:
Bash
mkdir apifort
tar -xvzf apifort-1.3.2.tar.gz -C path/to/your/apifort
PowerShell
New-Item -ItemType Directory -Name "apifort"
tar -xvzf apifort-1.3.2.tar.gz -C path/to/your/apifort
If you are using Windows you can also create folder via UI and extract the package via Explorer.
Windows Server 2022 and higher releases includes tar
built-in.