From c0cfbf1ab2c1c239118367de82e0b347879c6a20 Mon Sep 17 00:00:00 2001 From: Martchus Date: Sat, 27 Jan 2024 03:03:58 +0100 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e45ecf2..95f8da94 100644 --- a/README.md +++ b/README.md @@ -175,7 +175,7 @@ podman container exec -it archlinux-devel-container bash -c ' cmake --build /build/passwordmanager-android-aarch64-release --verbose' # use additional Android-related tooling from container -# note: These are just example values. The ports for pairing and connection distinct. +# note: These are just example values. The ports for pairing and connection are distinct. phone_ip=192.168.178.42 pairing_port=34765 pairing_code=922102 connection_port=32991 podman container exec -it archlinux-devel-container \ /opt/android-sdk/platform-tools/adb pair "$phone_ip:$pairing_port" "$pairing_code"