From 562cfb7206230bd2dbd93026dcdba114a5311110 Mon Sep 17 00:00:00 2001 From: Ben Xu Date: Thu, 2 May 2024 20:53:02 -0400 Subject: [PATCH] add cd in readme --- software/source/clients/mobile/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/software/source/clients/mobile/README.md b/software/source/clients/mobile/README.md index 64ffeafa..cf5f8569 100644 --- a/software/source/clients/mobile/README.md +++ b/software/source/clients/mobile/README.md @@ -23,6 +23,7 @@ In **Expo Go** select _Scan QR code_ to scan the QR code produced by the `npx ex ## Using the App ```shell +cd software # cd into `software` poetry run 01 --mobile # exposes QR code for 01 Light server ```