Merge "Update the commands to build and install the mainline module."
diff --git a/nearby/README.md b/nearby/README.md
index da70819..ff3b701 100644
--- a/nearby/README.md
+++ b/nearby/README.md
@@ -34,9 +34,9 @@
```sh
$ source build/envsetup.sh && lunch <TARGET>
-$ m com.android.tethering deapexer
+$ m com.google.android.tethering.next deapexer
$ $ANDROID_BUILD_TOP/out/host/linux-x86/bin/deapexer decompress --input \
- {ANDROID_PRODUCT_OUT}/system/apex/com.android.tethering.capex --output \
- /tmp/tethering.apex
+ ${ANDROID_PRODUCT_OUT}/system/apex/com.google.android.tethering.next.capex \
+ --output /tmp/tethering.apex
$ adb install -r /tmp/tethering.apex
```