From 946d23213d3a9a753e093bd2edc0fa267f5a0de9 Mon Sep 17 00:00:00 2001 From: Mason Daugherty Date: Mon, 23 Jun 2025 11:33:12 -0400 Subject: [PATCH] docs: add Homebrew install option to CLI docs (#5160) Add Homebrew install option to CLI docs --- docs/docs/concepts/langgraph_cli.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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: