From a0c4120ce248837d1b69f4bdd5dac9e468f5e19a Mon Sep 17 00:00:00 2001 From: smclacke Date: Tue, 21 Apr 2026 15:28:53 +0200 Subject: [PATCH] reviewing initial changes to REPL and claude --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 132b077..c8d4ac7 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,8 @@ For more details, see [CheerpX Custom Images documentation](https://cheerpx.io/d > [!TIP] > Python3 REPL > -> The `Deploy` workflow takes into account the `CMD` specified in the Dockerfile. To build a REPL you can simply change `CMD [ "/bin/bash" ]` to `CMD [ "/usr/bin/python3" ]` and deploy. +> The `Deploy` workflow takes into account the `CMD` specified in the Dockerfile. +> To build a REPL you can simply change `CMD [ "/bin/bash" ]` to `CMD [ "/usr/bin/python3" ]` and deploy. ### Claude AI Integration