From 577ddf9396ae1ed9a0ce023c2b2ffd6e402c0de1 Mon Sep 17 00:00:00 2001 From: Paul Keith Date: Wed, 18 Sep 2019 14:00:55 -0500 Subject: [PATCH] Use steps for README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0637beb..260ae70 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,8 @@ _make gapps_x86_ Build inline with Android ------------------- -- Sync this repo to $GAPPS_PATH where $GAPPS_PATH is the path to this repo -- Include $GAPPS_PATH/$ARCH/$ARCH-vendor.mk where $ARCH is arm, arm64, or x86 depending on the device's architecture +1. Sync this repo to $GAPPS_PATH where $GAPPS_PATH is the path to this repo +2. Include $GAPPS_PATH/$ARCH/$ARCH-vendor.mk where $ARCH is arm, arm64, or x86 depending on the device's architecture Thanks and Credits -------------------