From a6ba044f8f757674f65f87e0c56184e5c350043d Mon Sep 17 00:00:00 2001 From: offa Date: Sat, 12 May 2018 22:14:46 +0200 Subject: [PATCH] ToC for the OTA tutorial added (tutorials/Install-Rooted-OTA.md). --- tutorials/Install-Rooted-OTA.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/tutorials/Install-Rooted-OTA.md b/tutorials/Install-Rooted-OTA.md index afe3db5..024be06 100644 --- a/tutorials/Install-Rooted-OTA.md +++ b/tutorials/Install-Rooted-OTA.md @@ -4,6 +4,22 @@ The installation of ***OTA*** updates often fails if the device has been **roote ***WARNING:** Before you start **backup** everything that's important! Proceed at own risk!* + +Table of Contents +================= + + * [Prerequisite](#-prerequisite-) + * [Short Version](#-short-version-) + * [Long Version](#-long-version-) + * [Step 1 – Preparation](#step-1--preparation) + * [Step 2 – Flash System Images](#step-2--flash-system-images) + * [Step 3 – Install OTA](#step-3--install-ota) + * [Step 4 – Install TWRP](#step-4--install-twrp) + * [Step 5 – Install Magisk](#step-5--install-magisk) + * [Step 6 – Done](#step-6--done) + * [Further information](#-further-information-) + + ------------------------------------- ## – Prerequisite –