Selaa lähdekoodia

readme: remove unneded instructions

ivanmeler 7 vuotta sitten
vanhempi
commit
cb31afd772
1 muutettua tiedostoa jossa 0 lisäystä ja 19 poistoa
  1. 0 19
      README.md

+ 0 - 19
README.md

@@ -1,21 +1,2 @@
 ## TWRP device tree for Galaxy S7 edge (International & Canadian Exynos)
 
-Add to `.repo/local_manifests/hero2lte.xml`:
-
-```xml
-<?xml version="1.0" encoding="UTF-8"?>
-<manifest>
-	<project path="device/samsung/hero2lte" name="android_device_samsung_hero2lte" remote="TeamWin" revision="android-8.1" />
-</manifest>
-```
-
-Then run `repo sync` to check it out.
-
-To build:
-
-```sh
-. build/envsetup.sh
-lunch omni_hero2lte-eng
-make -j5 recoveryimage
-```
-