diff --git a/README.md b/README.md index 5daa8bb0b47e..179067fe9106 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ Use AutoGen Studio to prototype and run multi-agent workflows without writing co ```bash # Run AutoGen Studio on http://localhost:8080 -autogenstudio ui --port 8080 +autogenstudio ui --port 8080 --appdir ./my-app ``` ## Why Use AutoGen? diff --git a/python/packages/autogen-core/docs/src/index.md b/python/packages/autogen-core/docs/src/index.md index 8b2b651ac5e8..f19fd42490c3 100644 --- a/python/packages/autogen-core/docs/src/index.md +++ b/python/packages/autogen-core/docs/src/index.md @@ -84,7 +84,7 @@ Built on AgentChat. ```bash pip install autogenstudio -autogenstudio ui --port 8080 +autogenstudio ui --port 8080 --appdir ./myapp ``` +++