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