Initial Commit
diff --git a/_includes/flashimageinstall.html b/_includes/flashimageinstall.html
new file mode 100644
index 0000000..3b213eb
--- /dev/null
+++ b/_includes/flashimageinstall.html
@@ -0,0 +1,5 @@
+<div class='page-heading'>flash_image Install Method (Requires Root):</div>
+<hr />
+<p class="text">Download the latest image file (.img) from the download link above. Place it in the root of your /sdcard folder and rename it to twrp.img. Run the following commands via adb shell or a terminal emulator app:</p>
+<p class="text">su</p>
+<p class="text">flash_image recovery /sdcard/twrp.img</p>