From be201657b8d3ade12b94ed5c74faa04d527f9c30 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 18 Oct 2023 09:20:36 -0700 Subject: [PATCH] copy --- docker/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docker/README.md b/docker/README.md index 8954755fc..8f647ee26 100644 --- a/docker/README.md +++ b/docker/README.md @@ -25,7 +25,11 @@ git config user.email "you@example.com" git config user.name "Your Name" ``` -Be aware that when you use the in-chat `/run` command, it will + +## Limitations + +- When you use the in-chat `/run` command, it will be running shell commands *inside the docker container*. So those commands won't be running in your local environment, which may make it tricky to `/run` tests, etc for your project. +- The `/voice` command won't work. \ No newline at end of file