{% 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_avicii_factory.sh` - The installer script.
1. Boot into bootloader/fastboot mode.
- Power OFF the device.
- While holding `Volume Down` button, plug in a USB Cable that's connected to a PC on the other end.
1. Run the installer script on Terminal(Linux) or on Git Bash UI(Windows).
- Make sure you are in the current directory which contains the `flash_avicii_factory.sh` file.