Locate the downloaded `.zip` file
Right-click the `.zip` file
Select `Extract All…`
Choose the destination folder
Click `Extract`
Open the extracted folder to access the files
On macOS, double-click the `.zip` file
If needed, choose a destination folder in the prompt
Wait for extraction to complete
Open the extracted folder
Using Windows Command Prompt:
Open Command Prompt in the folder containing the `.zip`
Run: `tar -xf file.zip`
If needed, use: `powershell -command “Expand-Archive -Path file.zip -DestinationPath .”`
Using macOS/Linux Terminal:
Open Terminal in the folder containing the `.zip`
Run: `unzip file.zip`
If needed, specify a folder: `unzip file.zip -d /path/to/folder`
