diff --git a/docs/docs/concepts/langgraph_cli.md b/docs/docs/concepts/langgraph_cli.md index 91cf50b9f..888568d42 100644 --- a/docs/docs/concepts/langgraph_cli.md +++ b/docs/docs/concepts/langgraph_cli.md @@ -9,13 +9,18 @@ search: ## Installation -The LangGraph CLI can be installed via pip: +The LangGraph CLI can be installed via pip or [Homebrew](https://brew.sh/): === "pip" ```bash pip install langgraph-cli ``` +=== "Homebrew" + ```bash + brew install langgraph-cli + ``` + ## Commands LangGraph CLI provides the following core functionality: