From affe10752ea3cd37f4c4266cb3dbe5ea7fe08702 Mon Sep 17 00:00:00 2001 From: Ashish Bhatia Date: Mon, 1 Jul 2024 21:33:24 -0700 Subject: [PATCH] docs: update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c39f06f..3ab3b16 100644 --- a/README.md +++ b/README.md @@ -70,5 +70,5 @@ $ cd android-auto-translate ... # Do note that this will modify strings.xml files in the specified # Android dir, so, don't forget to back them up first -$ GITHUB_WORKSPACE= ./src/translations.py +$ GITHUB_WORKSPACE= poetry run ./src/translations.py ```