From cef34466967eed1cb721a4fe31e7fdf4f7b9b432 Mon Sep 17 00:00:00 2001 From: LuK1337 Date: Thu, 16 Feb 2023 12:00:25 +0000 Subject: [PATCH] Put paths/variables in inline code --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c32cbd8..f26a458 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,8 @@ _make gapps_x86_64_ Build inline with Android ------------------- -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, x86, or x86_64 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, x86, or x86_64 depending on the device's architecture Explanation of pinned blobs -------------------