Improve mtkinstall.html

Change-Id: Ic61bef856bd079c4c9b6d27c804056d3821185e9
diff --git a/_includes/mtkinstall.html b/_includes/mtkinstall.html
index 5b8e506..d1b5a72 100644
--- a/_includes/mtkinstall.html
+++ b/_includes/mtkinstall.html
@@ -3,6 +3,21 @@
 <div class='page-heading'>MTK Flash Tool Install Method (No Root Required):</div>
 <a id='mtk'></a>
 <hr />
-<p class="text">You will need a copy of the factory ROM for the device including the scatter file. You will also need to download a proper MTK Flash Tool version for the chipset of this device ({{ page.mtkchipset }}) and install the VCOM driver for MTK devices. Download the latest image file (.img) from the download link above and rename it to twrp.img and copy it into the same folder as the factory ROM. Open up the MTK flash tool and use the scatter loading button to select the scatter file for this device. Uncheck all of the boxes for all other partitions except for the RECOVERY partition. Click on the folder/filename path for RECOVERY and browse to and select the twrp.img file. Click on the Download button in the MTK Flash tool. Power off your device completely. Plug the device into the computer and wait for it to flash. If it fails to flash the first time you may have to unplug the phone and click Download again. Try this a few times. If it still doesn't work, try a different USB port and USB cable.</p>
+<p class="text">Requirements:</p>
+<ul>
+<li>A copy of the factory ROM for the device, including the scatter file</li>
+<li>A proper MTK Flash Tool version for the chipset of this device ({{ page.mtkchipset }})</li>
+<li>Downloaded and installed the VCOM driver for MTK devices</li>
+</ul>
+<p class="text">Installation steps:</p>
+<ol>
+<li>Download the latest image file (.img) from the download link above and rename it to twrp.img, then copy it into the same folder as the factory ROM.</li>
+<li>Open up the MTK Flash Tool and use the scatter loading button to select the scatter file for this device.</li>
+<li>Uncheck all partition boxes except for the RECOVERY partition.</li>
+<li>Click on the folder/filename path for RECOVERY, then browse to and select the twrp.img file.</li>
+<li>Click on the [Download] button in the MTK Flash Tool.</li>
+<li>Power off your device completely.</li>
+<li>Plug the device into the computer and wait for it to flash. If it fails to flash the first time, you may have to unplug the phone and click [Download] again. Try this a few times. If it still doesn't work, try a different USB port and USB cable.</li>
+</ol>
 </html>
 {% endif %}