use npx to install cli instead

This commit is contained in:
Arjun Natarajan
2025-05-14 09:49:42 -04:00
parent 5f821cf584
commit ab0fa9dc77
@@ -21,7 +21,7 @@ Before you begin, ensure you have the following:
=== "Node server"
```shell
yarn add @langchain/langgraph-cli
npx @langchain/langgraph-cl
```
## 2. Create a LangGraph app 🌱