Beta release for Pixel 2 & 2 XL

Change-Id: Ie6a3d74480c1615b2a2a6ac278453ca451edf463
diff --git a/_google/googlepixel2.markdown b/_google/googlepixel2.markdown
index 19ec6a1..d0f6e8b 100644
--- a/_google/googlepixel2.markdown
+++ b/_google/googlepixel2.markdown
@@ -3,7 +3,7 @@
 title:  "Google Pixel 2"
 codename: walleye
 downloadfolder: walleye
-supportstatus: BROKEN ALPHA
+supportstatus: Beta
 maintainer: Dees_Troy
 oem: Google
 devicetree: https://github.com/TeamWin/android_device_google_wahoo
@@ -12,15 +12,23 @@
 {% include disclaimer.html %}
 
 {% include supportstatus.html %}
-NOTE: This is a pre-release. Decrypt DOES NOT work. MTP DOES NOT work. You will not be able to make a backup of your device. I have no idea what will happen if you try to factory reset. Do not use if you don't know what you are doing or can't risk losing data! We are not releasing a method to permanently install TWRP at this time. You can use this to temp boot TWRP and play around.
+NOTE: Montly security updates may break decrypt in TWRP. MTP does not work at this time, but you can use adb to tra
 
 {% include download.html %}
 
-<div class='page-heading'>Temp Boot:</div>
-You will need to have fastboot binaries and the correct drivers installed. Power off your device completely. Hold volume down and turn on the device. Your device should now be in the bootloader. Connect the device to your PC. Open a command window and run the following command from the proper location:
+<div class='page-heading'>Installation:</div>
+If you already have TWRP installed:
+Download the latest zip and install the zip using TWRP.
+
+If you do not already have TWRP installed:
+Download both the img and the zip. You will need to have fastboot binaries and the correct drivers installed. Power off your device completely. Hold volume down and turn on the device. Your device should now be in the bootloader. Connect the device to your PC. Open a command window and run the following command from the proper location:
 
 fastboot boot path/to/twrp.img
 
-This will temporarily boot TWRP on your device.
+This will temporarily boot TWRP on your device. Use adb to push the zip onto your device:
+
+adb push path/to/twrp.zip /
+
+Go to install and browse to the zip and install the zip. The zip will install TWRP to both boot slots. Installing TWRP at this time will remove root if you are currently rooted.
 
 If you accidently flash TWRP to your device using fastboot instead of temporarily booting the image, you will need to download the latest factory image for your device and reflash the boot image.