{% include alerts/tip.html content="For Windows users, we advise to use Git Bash. For more info about Downloads and Installation see [Official Documentation](https://git-scm.com/about)"%}
1. Unzip the archive
```
unzip fileyoudownloaded
```
> Replace `fileyoudownloaded` with the name of the archive file you downloaded.
> Alternately you can create a folder and unzip the archive there.
1. Confirm that extracted directory contains following content:
- `bin-linux-x86 directory` - which contains linux tools including fastboot and adb
- `bin-msys directory` - which contains Windows tools including fastboot and adb
- `img files` - The `img` files that are to be flashed onto the device.
- `flash_FP2_factory.sh` - The installer script.
1. Boot into bootloader/fastboot mode.
- Power OFF the device and press `Volume Down + Power` buttons simultaneously.
1. Run the installer script on Terminal(Linux) or on Git Bash UI(Windows).
1. Make sure you are in the current directory which contains the `flash_FP2_factory.sh` file.